# File lib/tinder.rb, line 13 def self.logger @logger ||= Logger.new(ENV['TINDER_LOGGING'] ? STDOUT : nil) end