class

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)
Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

accept_children(visitor)
Source
hash(hasher)

See Object#hash(hasher)

value
Source
value=(value : Node)
Source