From 9a3597c43cff833deee4cd3e9868b1f083935bfc Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 6 Dec 2004 01:19:06 +0000 Subject: 1.8 doesn't have String#clear git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/parsers/parse_rb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/rdoc/parsers/parse_rb.rb b/lib/rdoc/parsers/parse_rb.rb index 15b3484cb..e306598de 100644 --- a/lib/rdoc/parsers/parse_rb.rb +++ b/lib/rdoc/parsers/parse_rb.rb @@ -2311,7 +2311,7 @@ module RDoc when "section" context.set_current_section(param, comment) - comment.clear + comment.replace("") # 1.8 doesn't support #clear break else warn "Unrecognized directive '#{directive}'" -- cgit