# File lib/restclient/platform.rb, line 7
    def self.mac?
      RUBY_PLATFORM.include?('darwin')
    end