public static class RubyModule.ConstantEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
hidden |
IRubyObject |
value |
| Constructor and Description |
|---|
RubyModule.ConstantEntry(IRubyObject value,
boolean hidden) |
| Modifier and Type | Method and Description |
|---|---|
RubyModule.ConstantEntry |
dup() |
public final IRubyObject value
public final boolean hidden
public RubyModule.ConstantEntry(IRubyObject value, boolean hidden)
public RubyModule.ConstantEntry dup()
Copyright © 2002-2009 JRuby Team. All Rights Reserved.