ruby-changes:30923
From: zzak <ko1@a...>
Date: Sat, 21 Sep 2013 01:05:56 +0900 (JST)
Subject: [ruby-changes:30923] zzak:r43002 (trunk): * lib/benchmark.rb: [DOC] grammar of Benchmark#bm [Bug #8888]
zzak 2013-09-21 01:05:48 +0900 (Sat, 21 Sep 2013) New Revision: 43002 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43002 Log: * lib/benchmark.rb: [DOC] grammar of Benchmark#bm [Bug #8888] Patch by Prathamesh Sonpatki Modified files: trunk/ChangeLog trunk/lib/benchmark.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 43001) +++ ChangeLog (revision 43002) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Sep 21 01:04:25 2013 Zachary Scott <e@z...> + + * lib/benchmark.rb: [DOC] grammar of Benchmark#bm [Bug #8888] + Patch by Prathamesh Sonpatki + Sat Sep 21 00:50:02 2013 Zachary Scott <e@z...> * enumerator.c: [DOC] Enumerator#each arguments documentation [GH-388] Index: lib/benchmark.rb =================================================================== --- lib/benchmark.rb (revision 43001) +++ lib/benchmark.rb (revision 43002) @@ -179,7 +179,7 @@ module Benchmark https://github.com/ruby/ruby/blob/trunk/lib/benchmark.rb#L179 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. # -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/