mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Forgot to save buffer.... sigh
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
52975bb7a7
commit
f0346bd249
14 changed files with 1751 additions and 1340 deletions
|
@ -324,7 +324,7 @@ module RDoc
|
|||
if comment.sub!(/call-seq:(.*?)^\s*\*?\s*$/m, '')
|
||||
seq = $1
|
||||
seq.gsub!(/^\s*\*\s*/, '')
|
||||
meth_obj.params = "!verb!" + seq
|
||||
meth_obj.call_seq = seq
|
||||
end
|
||||
|
||||
# meth_obj.params = params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue