21 22 23 24 25
# File 'lib/lilypad/log.rb', line 21 def log(type, response) if Config.log Log.new type, response end end