Myst::Extend
Inherits Myst::Node / Reference / Object
An extend expression. Extends allow Type instances to inherit static methods and properties from Modules. When an Extend is encountered, the module referenced by the path must already exist.
'extend' 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