1
0
Fork 0
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:
Nobuyoshi Nakada 2020-06-14 16:09:00 +09:00
parent b22bfdaa9a
commit d23917dd85
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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