yasnippet-snippets/snippets/ruby-mode/bm

7 lines
125 B
Plaintext

# -*- mode: snippet -*-
# name: Benchmark.bmbm(...) do ... end
# group : general
# --
Benchmark.bmbm(${1:10}) do |x|
$0
end