23 24 25 26 27
# File 'lib/avrodrome.rb', line 23 def config @config ||= OpenStruct.new.tap do |c| c.logger = Logger.new(STDOUT) end end