Class: Farseer::Opt
Instance Method Summary collapse
-
#initialize(parser) ⇒ Opt
constructor
A new instance of Opt.
- #parse(input) ⇒ Object
Methods included from MapFactory
Constructor Details
#initialize(parser) ⇒ Opt
Returns a new instance of Opt.
7 8 9 10 |
# File 'lib/farseer/opt.rb', line 7 def initialize(parser) @parser = parser freeze end |