method

server_port

server_port()
public

No documentation available.

# File actionpack/lib/action_dispatch/http/url.rb, line 72
      def server_port
        @env['SERVER_PORT'].to_i
      end