Class: TestML::List
Overview
Instance Attribute Summary
Attributes inherited from Object
Instance Method Summary collapse
-
#initialize(value = []) ⇒ List
constructor
A new instance of List.
- #list ⇒ Object
- #push(elem) ⇒ Object
Methods inherited from Object
#bool, #none, #num, #str, #type
Constructor Details
#initialize(value = []) ⇒ List
Returns a new instance of List.
458 459 460 |
# File 'lib/testml/runtime.rb', line 458 def initialize(value=[]) super(value) end |