module RestClient

def self.log # :nodoc:

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