org.jruby
Class RubyGlobal

java.lang.Object
  extended byorg.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
           
 
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.