Myst::ValueInterpolation
Inherits Myst::Node / Reference / Object
A value interpolation. Interpolations are used to dynamically insert values in places that normally expect a static value, such as keys in Map literals, or expected values in patterns.
'<' postfix_expression '>'
For anything less precedent than a postfix expression (e.g., a + b),
parentheses can be used around the expression (e.g., <(a + b)>).
Constructors
new(value : Myst::Node)
SourceInstance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
accept_children(visitor)
Sourcehash(hasher)
See Object#hash(hasher)
value
Sourcevalue=(value : Node)
Source