We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58681ed commit 301027eCopy full SHA for 301027e
lib/rdoc/stats.rb
@@ -31,7 +31,7 @@ def initialize num_files, verbosity = 1
31
32
@coverage_level = 0
33
@doc_items = nil
34
- @fully_documented = nil
+ @fully_documented = false
35
@num_params = 0
36
@percent_doc = nil
37
@start = Time.now
0 commit comments