# File lib/selenium/webdriver/safari/server.rb, line 11 def start @server = TCPServer.new(Platform.localhost, @port) end