Uses of Class
org.jruby.runtime.GlobalVariable
Packages that use GlobalVariable
-
Uses of GlobalVariable in org.jruby
Subclasses of GlobalVariable in org.jrubyModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
Methods in org.jruby that return GlobalVariableMethods in org.jruby with parameters of type GlobalVariableModifier and TypeMethodDescriptionvoid
Ruby.defineVariable
(GlobalVariable variable, GlobalVariable.Scope scope) Defines a global variablevoid
Ruby.setRecordSeparatorVar
(GlobalVariable recordSeparatorVar) -
Uses of GlobalVariable in org.jruby.runtime
Subclasses of GlobalVariable in org.jruby.runtimeConstructors in org.jruby.runtime with parameters of type GlobalVariable