yasnippet/extras/imported/ruby-mode/Tests/Benchmark_bmbm(__) do __ end.yasnippet
2009-08-29 17:59:02 +00:00

9 lines
177 B
Plaintext

# -*- mode: snippet -*-
# key: bm-
# contributor: Translated from TextMate Snippet
# name: Benchmark.bmbm do .. end
# --
TESTS = ${1:10_000}
Benchmark.bmbm do |results|
$0
end