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