Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -30,9 +30,10 @@ public UndefinedPrimitiveNode(RubyContext context, SourceSection sourceSection)
}

@Specialization
public Object undefined(Object... args) {
public Object undefined(Object args) {
throw new UnsupportedOperationException("Undefined Rubinius primitive.");
}

}

}

0 comments on commit 1365a46

Please sign in to comment.