YJIT: Support empty splat
Previously we rejected empty splat calls to methods with no parameters as iseq_arity_error which didn't work well with delegated calls.
iseq_arity_error
YJIT: Support empty splat
Previously we rejected empty splat calls to methods with no parameters
as
iseq_arity_error
which didn't work well with delegated calls.