Myst::Include
Inherits Myst::Node / Reference / Object
An include expression. Includes are the primary mechanism for composing modules. When an Include is encountered, the module referenced by the path must already exist.
'include' path
Constructors
new(path : TypePath)
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)
path
Sourcepath=(path : TypePath)
Source