diff options
author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-26 16:14:19 +0000 |
---|---|---|
committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-26 16:14:19 +0000 |
commit | a227ca4d038da262386511db9f1299e76cf6b9b4 (patch) | |
tree | 2ea8c0381d5d491a5f46e210239e1494df57d240 /lib/rdoc/parsers | |
parent | 89cc07c8ed14728ece28ad6599bb334cd7342397 (diff) | |
download | ruby-a227ca4d038da262386511db9f1299e76cf6b9b4.tar.gz ruby-a227ca4d038da262386511db9f1299e76cf6b9b4.tar.xz ruby-a227ca4d038da262386511db9f1299e76cf6b9b4.zip |
Import RDoc 2.0.0 r56.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/parsers')
-rw-r--r-- | lib/rdoc/parsers/parse_rb.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/parsers/parse_rb.rb b/lib/rdoc/parsers/parse_rb.rb index 637789992..64f49c97c 100644 --- a/lib/rdoc/parsers/parse_rb.rb +++ b/lib/rdoc/parsers/parse_rb.rb @@ -2316,7 +2316,7 @@ class RDoc::RubyParser when "section" context.set_current_section(param, comment) - comment.clear + comment.replace '' break else |