module Travis::Tools::System

def mac?

def mac?
  RUBY_PLATFORM =~ /darwin/i
end