Class: Farseer::Empty
- Inherits:
-
Object
- Object
- Farseer::Empty
- Includes:
- MapFactory
- Defined in:
- lib/farseer/empty.rb
Instance Method Summary collapse
-
#initialize ⇒ Empty
constructor
A new instance of Empty.
- #parse(input) ⇒ Object
Methods included from MapFactory
Constructor Details
#initialize ⇒ Empty
Returns a new instance of Empty.
7 8 9 |
# File 'lib/farseer/empty.rb', line 7 def initialize freeze end |