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.CaseInsensitiveStringOnlyRubyHash
          Obligate string-keyed and string-valued hash, used for ENV.
static class RubyGlobal.InputGlobalVariable
           
static class RubyGlobal.KCodeGlobalVariable
           
static class RubyGlobal.OutputGlobalVariable
           
static class RubyGlobal.StringGlobalVariable
           
static class RubyGlobal.StringOnlyRubyHash
          A Pseudo-hash whose keys and values are required to be Strings.
 
Constructor Summary
RubyGlobal()
           
 
Method Summary
static void createGlobals(ThreadContext context, 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(ThreadContext context,
                                 Ruby runtime)


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