org.jruby
Class RubyGlobal

java.lang.Object
  extended by org.jruby.RubyGlobal

public class RubyGlobal
extends java.lang.Object

This class initializes global variables and constants.

Author:
jpetersen

Nested Class Summary
static class RubyGlobal.KCodeGlobalVariable
           
static class RubyGlobal.StringGlobalVariable
           
static class RubyGlobal.StringOnlyRubyHash
          Obligate string-keyed and string-valued hash, used for ENV and ENV_JAVA
 
Constructor Summary
RubyGlobal()
           
 
Method Summary
static void createGlobals(Ruby runtime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyGlobal

public RubyGlobal()
Method Detail

createGlobals

public static void createGlobals(Ruby runtime)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.