Skip to content

Commit

Permalink
[Truffle] We do support enumerator.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Feb 6, 2015
1 parent f8854d2 commit 50d2b70
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -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;
Expand Down

0 comments on commit 50d2b70

Please sign in to comment.