# File lib/action_controller/request.rb, line 205 def port_string (port == standard_port) ? '' : ":#{port}" end