method
port
v1_9_1_378 -
Show latest stable
- Class:
WEBrick::HTTPRequest
port()public
No documentation available.
# File lib/webrick/httprequest.rb, line 164
def port
return @forwarded_port || @port
end port()No documentation available.
# File lib/webrick/httprequest.rb, line 164
def port
return @forwarded_port || @port
end