Myst::IVar
Inherits Myst::Node / Reference / Object
An instance variable. IVars are primarily used inside of types do define
properties that are tied to an instance of an object. The name of an IVar
includes the @ character.
@[a-z][a-zA-Z0-9_]*
Constructors
Instance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
hash(hasher)
See Object#hash(hasher)
name
Source