Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -182,7 +182,7 @@ public IRubyObject call(ThreadContext context, IRubyObject caller, IRubyObject s
return super.call(context, caller, self, arg0, arg1);
}

return method.call(context, self, selfType, methodName);
return method.call(context, self, selfType, methodName, arg0, arg1);
}

public IRubyObject call(ThreadContext context, IRubyObject caller, IRubyObject self, IRubyObject arg0, IRubyObject arg1, Block block) {

0 comments on commit 41cd2c3

Please sign in to comment.