Package | Description |
---|---|
org.jruby | |
org.jruby.runtime |
Modifier and Type | Class and Description |
---|---|
static class |
RubyGlobal.InputGlobalVariable |
static class |
RubyGlobal.KCodeGlobalVariable |
static class |
RubyGlobal.OutputGlobalVariable |
static class |
RubyGlobal.StringGlobalVariable |
Modifier and Type | Method and Description |
---|---|
GlobalVariable |
Ruby.getRecordSeparatorVar() |
Modifier and Type | Method and Description |
---|---|
void |
Ruby.defineVariable(GlobalVariable variable,
GlobalVariable.Scope scope)
Defines a global variable
|
void |
Ruby.setRecordSeparatorVar(GlobalVariable recordSeparatorVar) |
Modifier and Type | Class and Description |
---|---|
static class |
GlobalVariable.Copy |
class |
ReadonlyGlobalVariable |
Constructor and Description |
---|
GlobalVariable.Copy(Ruby runtime,
String name,
GlobalVariable other) |
Copyright © 2001-2015 JRuby. All Rights Reserved.