abstract class Myst::MutableValue
- Myst::MutableValue
- Reference
- Object
Direct Known Subclasses
- Myst::ContainerType
- Myst::TFunctor
- Myst::TFunctorDef
- Myst::TInstance
- Myst::TList
- Myst::TMap
- Myst::TNil
- Myst::TSymbol
Defined in:
myst/interpreter/value.crInstance Method Summary
-
#ivars : Scope
Instance variables are properties tied to the instance of an object.
-
#ivars=(ivars : Scope)
Instance variables are properties tied to the instance of an object.
- #truthy?
- #type_name
Instance Method Detail
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.
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.