aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/stats.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/stats.rb')
-rw-r--r--lib/rdoc/stats.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/stats.rb b/lib/rdoc/stats.rb
index c46a610d45..e6101bb457 100644
--- a/lib/rdoc/stats.rb
+++ b/lib/rdoc/stats.rb
@@ -31,7 +31,7 @@ class RDoc::Stats
@coverage_level = 0
@doc_items = nil
- @fully_documented = nil
+ @fully_documented = false
@num_params = 0
@percent_doc = nil
@start = Time.now