Libraries
»
motion-support
(1.2.1)
»
Index (S)
»
MotionSupport
»
StdoutLogger
Class: MotionSupport::StdoutLogger
Inherits:
Object
Object
MotionSupport::StdoutLogger
show all
Defined in:
motion/logger.rb
Instance Method Summary
collapse
#
log
(*args) ⇒ Object
Instance Method Details
#
log
(*args) ⇒
Object
18 19 20
# File 'motion/logger.rb', line 18
def
log
(
*
args
)
puts
args
end