Module: TaskWithLogger
- Defined in:
- lib/dekiru/task_with_logger.rb
Class Method Summary collapse
Class Method Details
.echo(str) ⇒ Object
15 16 17 18 19 |
# File 'lib/dekiru/task_with_logger.rb', line 15 def echo(str) Dekiru.deprecator.warn("TaskWithLogger is deprecated. If necessary, copy it to your project and use it.") Rails.logger.info(str) puts(str) end |