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
@@ -70,7 +70,7 @@ public int compare(RubySymbol a, RubySymbol b) {
}

@Specialization(guards = "!isRubySymbol(arguments[1])")
public RubyNilClass CompareNode(RubySymbol symbol, Object other) {
public RubyNilClass compare(RubySymbol symbol, Object other) {
notDesignedForCompilation();
return getContext().getCoreLibrary().getNilObject();
}

0 comments on commit fb65bf6

Please sign in to comment.