Method: Pbin::Logger#info
- Defined in:
- lib/pbin/logger.rb
#info(text) ⇒ Object
18 19 20 |
# File 'lib/pbin/logger.rb', line 18 def info(text) "#{now} #{INFO_PREFIX} #{text}" end |
18 19 20 |
# File 'lib/pbin/logger.rb', line 18 def info(text) "#{now} #{INFO_PREFIX} #{text}" end |