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