Class: TestML::None
Overview
Instance Attribute Summary
Attributes inherited from Object
Instance Method Summary collapse
- #bool ⇒ Object
-
#initialize ⇒ None
constructor
A new instance of None.
- #list ⇒ Object
- #num ⇒ Object
- #str ⇒ Object
Methods inherited from Object
Constructor Details
#initialize ⇒ None
Returns a new instance of None.
471 472 473 |
# File 'lib/testml/runtime.rb', line 471 def initialize super(nil) end |