From 0b6da24a5e24ff9ce8e153d2f073c2363e94b28e Mon Sep 17 00:00:00 2001 From: drbrain Date: Sat, 14 May 2011 00:39:16 +0000 Subject: * lib/rdoc.rb: Updated to RDoc 3.6 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/stats.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rdoc/stats.rb') 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 -- cgit v1.2.3