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.

Version:
$Revision: 1.8 $
Author:
jpetersen

Nested Class Summary
static class RubyGlobal.StringGlobalVariable
           
 
Constructor Summary
RubyGlobal()
           
 
Method Summary
static void createGlobals(Ruby ruby)
           
 
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 ruby)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.