abstract class Myst::MutableValue

Direct Known Subclasses

Defined in:

myst/interpreter/value.cr

Instance Method Summary

Instance Method Detail

def ivars : Scope #

Instance variables are properties tied to the instance of an object. For consistency between native (Integer, String, etc.) and language- level types (IO, File, etc.), all values have an #ivars property.


[View source]
def ivars=(ivars : Scope) #

Instance variables are properties tied to the instance of an object. For consistency between native (Integer, String, etc.) and language- level types (IO, File, etc.), all values have an #ivars property.


[View source]
def truthy? #

[View source]
def type_name #

[View source]