# File lib/system.rb, line 1
def mac?
  RUBY_PLATFORM =~ /darwin/i && !$osx_foundation_failed_to_load
end