retrieve
public java.lang.Object retrieve(ThreadContext context,
IRubyObject self,
DynamicScope currDynScope,
java.lang.Object[] temp)
retrieve the live value represented by this immutable literal. An
interesting property of knowing something cannot change at compile
time is that all information neccesary to construct it is also known
at compile time. We don't pre-create these since we don't want to
assume the cost of constructing literals which may never be used.
- Overrides:
retrieve in class ImmutableLiteral