# File lib/phusion_passenger/utils/hosts_file_parser.rb, line 32 def self.flush_dns_cache! if PlatformInfo.os_name == "macosx" system("dscacheutil -flushcache") end end