mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/benchmark.rb: [DOC] grammar of Benchmark#bm [Bug #8888]
Patch by Prathamesh Sonpatki git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
53dfd965e6
commit
a5314c647a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Sep 21 01:04:25 2013 Zachary Scott <e@zzak.io>
|
||||
|
||||
* lib/benchmark.rb: [DOC] grammar of Benchmark#bm [Bug #8888]
|
||||
Patch by Prathamesh Sonpatki
|
||||
|
||||
Sat Sep 21 00:50:02 2013 Zachary Scott <e@zzak.io>
|
||||
|
||||
* enumerator.c: [DOC] Enumerator#each arguments documentation [GH-388]
|
||||
|
|
|
@ -179,7 +179,7 @@ module Benchmark
|
|||
end
|
||||
|
||||
|
||||
# A simple interface to the #benchmark method, #bm is generates sequential
|
||||
# A simple interface to the #benchmark method, #bm generates sequential
|
||||
# reports with labels. The parameters have the same meaning as for
|
||||
# #benchmark.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue