# File lib/phusion_passenger/utils/hosts_file_parser.rb, line 30
        def self.flush_dns_cache!
                if RUBY_PLATFORM =~ /darwin/
                        system("dscacheutil -flushcache")
                end
        end