class

Myst::MutableValue

Inherits Reference / Object

Instance methods

ivars

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.

Source
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.

Source
truthy?
Source
type_name
Source