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
@@ -52,11 +52,6 @@ public boolean require(String path, String feature, RubyNode currentNode) throws
return true;
}

if (feature.equals("enumerator")) {
context.getWarnings().warn("enumerator not yet implemented");
return true;
}

if (feature.equals("rbconfig")) {
// Kernel#rbconfig is always there
return true;

0 comments on commit 50d2b70

Please sign in to comment.