public static class GlobalVariable.Copy extends GlobalVariable
GlobalVariable.Copyname, runtime, value| Constructor and Description | 
|---|
| GlobalVariable.Copy(Ruby runtime,
                   String name,
                   GlobalVariable other) | 
| Modifier and Type | Method and Description | 
|---|---|
| IRubyObject | get() | 
| IRubyObject | set(IRubyObject value) | 
name, variableNamepublic GlobalVariable.Copy(Ruby runtime, String name, GlobalVariable other)
public IRubyObject get()
get in class GlobalVariablepublic IRubyObject set(IRubyObject value)
set in class GlobalVariableCopyright © 2001-2016 JRuby. All Rights Reserved.