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
@@ -1791,7 +1791,7 @@ public RubyClass singletonClass(double self) {
throw new RaiseException(getContext().getCoreLibrary().typeErrorCantDefineSingleton(this));
}

@Specialization(guards = "!isRubyBignum")
@Specialization
public RubyClass singletonClass(RubyBasicObject self) {
notDesignedForCompilation();

0 comments on commit fdfe94d

Please sign in to comment.