Method: Mothership#initialize

Defined in:
lib/mothership/base.rb

#initialize(command = nil, input = nil) ⇒ Mothership

Initialize with the command being executed.



11
12
13
14
# File 'lib/mothership/base.rb', line 11

def initialize(command = nil, input = nil)
  @command = command
  @input = input
end