mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Support arguments of singleton method
This commit is contained in:
parent
b22bfdaa9a
commit
d23917dd85
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ def collect_builtin base, tree, name, bs, inlines, params = nil
|
|||
tree = tree[3]
|
||||
next
|
||||
when :defs
|
||||
params = collect_params(tree[4])
|
||||
tree = tree[5]
|
||||
next
|
||||
when :class
|
||||
|
|
Loading…
Add table
Reference in a new issue