class

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

path
Source
path=(path : TypePath)
Source