Class: ObjectiveCommand::Runners::Runner::VerboseHooker

Inherits:
Object
  • Object
show all
Includes:
Hooker
Defined in:
lib/objective_command/runners/runner.rb

Instance Method Summary collapse

Methods included from Hooker

#hook_method

Instance Method Details

#display_command(m) ⇒ Object



187
188
189
# File 'lib/objective_command/runners/runner.rb', line 187

def display_command ( m )
  STDERR.puts "Running: #{m.to_a.join(' ')}"
end