Module: Dployr::Logger
- Defined in:
- lib/dployr/logger.rb
Class Method Summary collapse
Class Method Details
.log(*msg) ⇒ Object
6 7 8 |
# File 'lib/dployr/logger.rb', line 6 def log(*msg) msg.each { |msg| puts msg } end |
6 7 8 |
# File 'lib/dployr/logger.rb', line 6 def log(*msg) msg.each { |msg| puts msg } end |