Method: TestML::List#initialize
- Defined in:
- lib/testml/runtime.rb
#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 |
Returns a new instance of List.
458 459 460 |
# File 'lib/testml/runtime.rb', line 458 def initialize(value=[]) super(value) end |