module MiniAutobot::Utils::Loggable
Module that injects a convenience method to access the logger.
Public Instance Methods
logger()
click to toggle source
Convenience instance method to access the default logger.
# File lib/mini_autobot/utils/loggable.rb, line 9 def logger MiniAutobot.logger end