Method: Mothership::Parser#initialize

Defined in:
lib/mothership/parser.rb

#initialize(command, given = {}) ⇒ Parser

Returns a new instance of Parser.



5
6
7
8
# File 'lib/mothership/parser.rb', line 5

def initialize(command, given = {})
  @command = command
  @given = given
end