summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-25 00:38:30 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-25 00:38:30 +0000
commit5bf1c145d4b3dbcc5936e0d950752fa6d4474366 (patch)
tree6aabaa96528ad18966857c9439aee05489b16f3c /lib
parent0441079b5863e186a08591350e479c56048614fc (diff)
* 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
Diffstat (limited to 'lib')
-rw-r--r--lib/benchmark.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/benchmark.rb b/lib/benchmark.rb
index 84ed6c77f9..d2d2dcfaea 100644
--- a/lib/benchmark.rb
+++ b/lib/benchmark.rb
@@ -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