module RestClient
def self.log # :nodoc:
def self.log # :nodoc: return ENV['RESTCLIENT_LOG'] if ENV['RESTCLIENT_LOG'] return @@log if defined? @@log nil end
def self.log # :nodoc: return ENV['RESTCLIENT_LOG'] if ENV['RESTCLIENT_LOG'] return @@log if defined? @@log nil end