Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
marvel
GitHub Repository: marvel/qnf
Path: blob/master/elisp/emacs-for-python/yasnippet/snippets/ruby-mode/general/bm
990 views
#name : Benchmark.bmbm(...) do ... end
# --
Benchmark.bmbm(${1:10}) do |x|
  $0
end