Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1150,11 +1150,6 @@ public IsANode(RubyContext context, SourceSection sourceSection) {

public abstract boolean executeIsA(Object self, DynamicObject rubyClass);

@Specialization(guards = { "isNil(nil)", "!isRubyModule(nil)" })
public boolean isANil(DynamicObject self, Object nil) {
return false;
}

@Specialization(
limit = "getCacheLimit()",
guards = { "isRubyModule(module)", "getMetaClass(self) == cachedMetaClass", "module == cachedModule" },

0 comments on commit be9d57f

Please sign in to comment.