module RestClient::Platform

def self.mac?

Returns:
  • (Boolean) -
def self.mac?
  RUBY_PLATFORM.include?('darwin')
end