Module: EDH::Utils
Instance Attribute Summary collapse
-
#logger ⇒ Object
The EDH logger, an instance of the standard Ruby logger, pointing to STDOUT by default.
Instance Attribute Details
#logger ⇒ Object
The EDH logger, an instance of the standard Ruby logger, pointing to STDOUT by default. In Rails projects, you can set this to Rails.logger.
15 16 17 |
# File 'lib/edh/utils.rb', line 15 def logger @logger end |