method
remote_ip
v1_9_2_180 -
Show latest stable
- Class:
WEBrick::HTTPRequest
remote_ip()public
No documentation available.
# File lib/webrick/httprequest.rb, line 172
def remote_ip
return self["client-ip"] || @forwarded_for || @peeraddr[3]
end