# File lib/action_controller/request.rb, line 176
    def port
      @port_as_int ||= env['SERVER_PORT'].to_i
    end