Skip to content

Commit

Permalink
JRUBY-215: $LOADED_FEATURES does not exist
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.codehaus.org/jruby/trunk@2361 961051c9-f516-0410-bf72-c9f7e237a7b7
  • Loading branch information
enebo committed Oct 20, 2006
1 parent fa8925e commit b5811c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jruby/src/org/jruby/RubyGlobal.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public static void createGlobals(IRuby runtime) {
runtime.defineGlobalConstant("STDERR", stderr);

runtime.defineVariable(new LoadedFeatures(runtime, "$\""));
runtime.defineVariable(new LoadedFeatures(runtime, "$LOADED_FEATURES"));

runtime.defineVariable(new LoadPath(runtime, "$:"));
runtime.defineVariable(new LoadPath(runtime, "$-I"));
Expand Down

0 comments on commit b5811c6

Please sign in to comment.