summaryrefslogblamecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/ruby-mode/general/bm
blob: 44fb2b6c2c1e404f8ce9a8f177ac796a1c434148 (plain) (tree)
1
2
3
4
5




                                      
#name : Benchmark.bmbm(...) do ... end
# --
Benchmark.bmbm(${1:10}) do |x|
  $0
end