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
@@ -473,7 +473,7 @@ protected Object rubyWithSelf(VirtualFrame frame, Object self, String expression
@CompilerDirectives.TruffleBoundary
private MaterializedFrame setupFrame(Object self, Object... arguments) {
final MaterializedFrame evalFrame = Truffle.getRuntime().createMaterializedFrame(
RubyArguments.pack(null, null,self, null, new Object[]{}));
RubyArguments.pack(null, null, self, null, new Object[]{}));

if (arguments.length % 2 == 1) {
throw new UnsupportedOperationException("odd number of name-value pairs for arguments");

0 comments on commit f625f07

Please sign in to comment.