Class: ZunScript::ZString
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value, env) ⇒ ZString
constructor
A new instance of ZString.
Methods inherited from ZValue
Constructor Details
#initialize(value, env) ⇒ ZString
Returns a new instance of ZString.
29 30 31 32 |
# File 'lib/zunscript/value.rb', line 29 def initialize value, env super env @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
27 28 29 |
# File 'lib/zunscript/value.rb', line 27 def value @value end |