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
@@ -1153,11 +1153,6 @@ public IsANode(RubyContext context, SourceSection sourceSection) {

public abstract boolean executeIsA(VirtualFrame frame, 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(frame, self) == cachedMetaClass", "module == cachedModule" },

0 comments on commit 67f546a

Please sign in to comment.