public class RubyGlobal extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | RubyGlobal.CaseInsensitiveStringOnlyRubyHashObligate 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.StringOnlyRubyHashA Pseudo-hash whose keys and values are required to be Strings. | 
| Constructor and Description | 
|---|
| RubyGlobal() | 
public static void initARGV(Ruby runtime)
public static void createGlobals(ThreadContext context, Ruby runtime)
Copyright © 2001-2015 JRuby. All Rights Reserved.