Class: ObjectiveCommand::Runners::Runner::VerboseHooker
- Includes:
- Hooker
- Defined in:
- lib/objective_command/runners/runner.rb
Instance Method Summary collapse
Methods included from Hooker
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 |