Module: TaskWithLogger
- Defined in:
- lib/dekiru/task_with_logger.rb
Class Method Summary collapse
Class Method Details
.echo(str) ⇒ Object
15 16 17 18 |
# File 'lib/dekiru/task_with_logger.rb', line 15 def echo(str) Rails.logger.info(str) puts(str) end |