Closed pocke closed 8 years ago
Ruby allows to put normal params after rest param.
for example.
http://docs.ruby-lang.org/ja/2.3.0/doc/spec=2fdef.html#method
def f(a, *b, c) end
This PR adds handling the normal params.
Could you add me to the collaborator? I love this plugin. so, I want to maintain this.
OK 👍
Thanks!! :cat:
Ruby allows to put normal params after rest param.
for example.
http://docs.ruby-lang.org/ja/2.3.0/doc/spec=2fdef.html#method
This PR adds handling the normal params.