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