* lib/benchmark.rb: Restore nodoc for Benchmark::Job and
Benchmark::Report. [Ruby 1.9 - Bug #4726] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0441079b58
commit
5bf1c145d4
@ -1,3 +1,8 @@
|
||||
Wed May 25 09:35:31 2011 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* lib/benchmark.rb: Restore nodoc for Benchmark::Job and
|
||||
Benchmark::Report. [Ruby 1.9 - Bug #4726]
|
||||
|
||||
Wed May 25 09:29:38 2011 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* lib/net/pop.rb: Hide implementation details from RDoc.
|
||||
|
@ -302,7 +302,7 @@ module Benchmark
|
||||
# A Job is a sequence of labelled blocks to be processed by the
|
||||
# Benchmark.bmbm method. It is of little direct interest to the user.
|
||||
#
|
||||
class Job
|
||||
class Job # :nodoc:
|
||||
#
|
||||
# Returns an initialized Job instance.
|
||||
# Usually, one doesn't call this method directly, as new
|
||||
@ -340,7 +340,7 @@ module Benchmark
|
||||
# This class is used by the Benchmark.benchmark and Benchmark.bm methods.
|
||||
# It is of little direct interest to the user.
|
||||
#
|
||||
class Report
|
||||
class Report # :nodoc:
|
||||
#
|
||||
# Returns an initialized Report instance.
|
||||
# Usually, one doesn't call this method directly, as new
|
||||
|
Loading…
x
Reference in New Issue
Block a user