module DaimonSkycrawlers::ConfigMixin

Public Class Methods

new() click to toggle source

@private

Calls superclass method
# File lib/daimon_skycrawlers/config.rb, line 4
def initialize
  super
  @log = DaimonSkycrawlers.configuration.logger
end