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