Package org.jruby
Class RubyGlobal.WarningGlobalVariable
java.lang.Object
org.jruby.runtime.GlobalVariable
org.jruby.runtime.ReadonlyGlobalVariable
org.jruby.RubyGlobal.WarningGlobalVariable
- Enclosing class:
- RubyGlobal
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jruby.runtime.GlobalVariable
GlobalVariable.Copy -
Field Summary
Fields inherited from class org.jruby.runtime.GlobalVariable
name, runtime, value -
Constructor Summary
ConstructorsConstructorDescriptionWarningGlobalVariable(Ruby runtime, String name, RubyInstanceConfig.Verbosity verbosity) -
Method Summary
Methods inherited from class org.jruby.runtime.ReadonlyGlobalVariable
setMethods inherited from class org.jruby.runtime.GlobalVariable
get, name, variableName
-
Constructor Details
-
WarningGlobalVariable
-