]> code.delx.au - gnu-emacs-elpa/blob - snippets/ruby-mode/general/bm
Keep snippet vars definitions in a single format across all snippets and documentation.
[gnu-emacs-elpa] / snippets / ruby-mode / general / bm
1 # name: Benchmark.bmbm(...) do ... end
2 # key: bm
3 # --
4 Benchmark.bmbm(${1:10}) do |x|
5 $0
6 end