mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_symbol_arg):
typo fixed. a patch from Florian Gross <florg at florg.net>. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ddd8e92a54
commit
98d593dc9e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon May 15 17:42:39 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_symbol_arg):
|
||||
typo fixed. a patch from Florian Gross <florg at florg.net>.
|
||||
|
||||
Sat May 13 16:14:05 2006 Tanaka Akira <akr@m17n.org>
|
||||
|
||||
* lib/pp.rb (PP.mcall): new method.
|
||||
|
|
|
@ -2551,7 +2551,7 @@ module RDoc
|
|||
break
|
||||
when TkCOMMA
|
||||
else
|
||||
warn("unexpected token: '#{tk2.inspect}'") if $DEBBUG
|
||||
warn("unexpected token: '#{tk2.inspect}'") if $DEBUG
|
||||
break
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue