# File lib/action_dispatch/http/url.rb, line 141 def port_string standard_port? ? '' : ":#{port}" end