def a(...); b(...); end; def c(x, y, z); b(...); end
                                           ^~~ unexpected ... when the parent method is not forwarding

