1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rdoc/*: [DOC] Capitalize "Ruby" in documentation

Patch by Dave Worth https://github.com/ruby/ruby/pull/341


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-07-19 02:26:08 +00:00
parent 757dee1259
commit b19a968f9a
12 changed files with 25 additions and 20 deletions

View file

@ -175,7 +175,7 @@ class RDoc::ClassModule < RDoc::Context
alias direct_ancestors ancestors
##
# Clears the comment. Used by the ruby parser.
# Clears the comment. Used by the Ruby parser.
def clear_comment
@comment = ''