Class: ObjectiveCommand::Runners::Runner::DebugHooker

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

Overview

Hookers

Instance Method Summary collapse

Methods included from Hooker

#hook_method

Instance Method Details

#log(m, *a) ⇒ Object



174
175
176
177
# File 'lib/objective_command/runners/runner.rb', line 174

def log ( m, *a )
  STDERR.puts
  STDERR.puts "#{m}: #{a.inspect}"
end