Class: MotionSupport::StdoutLogger

Inherits:
Object
  • Object
show all
Defined in:
motion/logger.rb

Instance Method Summary collapse

Instance Method Details

#log(*args) ⇒ Object



18
19
20
# File 'motion/logger.rb', line 18

def log(*args)
  puts args
end