Package org.jruby
Class RubyGlobal.DeprecatedStringGlobalVariable
java.lang.Object
org.jruby.runtime.GlobalVariable
org.jruby.RubyGlobal.StringGlobalVariable
org.jruby.RubyGlobal.DeprecatedStringGlobalVariable
- Enclosing class:
RubyGlobal
public static class RubyGlobal.DeprecatedStringGlobalVariable
extends RubyGlobal.StringGlobalVariable
-
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
ConstructorsConstructorDescriptionDeprecatedStringGlobalVariable
(Ruby runtime, String name, IRubyObject value) -
Method Summary
Methods inherited from class org.jruby.runtime.GlobalVariable
get, name, variableName
-
Constructor Details
-
DeprecatedStringGlobalVariable
-
-
Method Details
-
set
- Overrides:
set
in classRubyGlobal.StringGlobalVariable
-