Method: GFSM::Commands::BaseCommand#initialize

Defined in:
lib/commands/base_command.rb

#initialize(stdout: GFSM::Output, stderr: GFSM::Output) ⇒ BaseCommand

Returns a new instance of BaseCommand.



8
9
10
11
# File 'lib/commands/base_command.rb', line 8

def initialize(stdout: GFSM::Output, stderr: GFSM::Output)
  @stdout = stdout
  @stderr = stderr
end