Skip to content

Commit 50d2b70

Browse files
committed
[Truffle] We do support enumerator.
1 parent f8854d2 commit 50d2b70

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

truffle/src/main/java/org/jruby/truffle/runtime/subsystems/FeatureManager.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ public boolean require(String path, String feature, RubyNode currentNode) throws
5252
return true;
5353
}
5454

55-
if (feature.equals("enumerator")) {
56-
context.getWarnings().warn("enumerator not yet implemented");
57-
return true;
58-
}
59-
6055
if (feature.equals("rbconfig")) {
6156
// Kernel#rbconfig is always there
6257
return true;

0 commit comments

Comments
 (0)