summaryrefslogtreecommitdiffstats
path: root/lib/rdoc/parser.rb
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-21 18:35:14 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-21 18:35:14 +0000
commitb3b908e87db7774362e53b73b615c6430437c6c9 (patch)
tree5921615c87529d73ed017b58ee1ce57ef6861cfc /lib/rdoc/parser.rb
parent6112c433b852aad6e9a6ed0839352c6d600b1b24 (diff)
downloadruby-b3b908e87db7774362e53b73b615c6430437c6c9.tar.gz
ruby-b3b908e87db7774362e53b73b615c6430437c6c9.tar.xz
ruby-b3b908e87db7774362e53b73b615c6430437c6c9.zip
Update to RDoc 2.1.0 r112
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/parser.rb')
-rw-r--r--lib/rdoc/parser.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/rdoc/parser.rb b/lib/rdoc/parser.rb
index 4472a8bb7..794fad00e 100644
--- a/lib/rdoc/parser.rb
+++ b/lib/rdoc/parser.rb
@@ -46,8 +46,6 @@ class RDoc::Parser
attr_reader :parsers
end
- attr_writer :progress
-
##
# Alias an extension to another extension. After this call, files ending
# "new_ext" will be parsed using the same parser as "old_ext"
@@ -103,7 +101,6 @@ class RDoc::Parser
@content = content
@options = options
@stats = stats
- @progress = $stderr unless options.quiet
end
end