org.jruby
Class RubyGlobal.InputGlobalVariable

java.lang.Object
  extended by org.jruby.runtime.GlobalVariable
      extended by org.jruby.RubyGlobal.InputGlobalVariable
Enclosing class:
RubyGlobal

public static class RubyGlobal.InputGlobalVariable
extends GlobalVariable


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
 
Constructor Summary
RubyGlobal.InputGlobalVariable(Ruby runtime, java.lang.String name, IRubyObject value)
           
 
Method Summary
 IRubyObject set(IRubyObject value)
           
 
Methods inherited from class org.jruby.runtime.GlobalVariable
get, name, variableName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyGlobal.InputGlobalVariable

public RubyGlobal.InputGlobalVariable(Ruby runtime,
                                      java.lang.String name,
                                      IRubyObject value)
Method Detail

set

public IRubyObject set(IRubyObject value)
Overrides:
set in class GlobalVariable


Copyright © 2002-2009 JRuby Team. All Rights Reserved.