# File lib/selenium/webdriver/common/port_prober.rb, line 4 def self.above(port) port += 1 until free? port port end