# File src/ruby_supportlib/phusion_passenger/utils/hosts_file_parser.rb, line 33
      def self.flush_dns_cache!
        if PlatformInfo.os_name_simple == "macosx"
          system("dscacheutil -flushcache")
        end
      end