Flowdock
remote_ip() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/webrick/httprequest.rb, line 172
    def remote_ip
      return self["client-ip"] || @forwarded_for || @peeraddr[3]
    end
Register or log in to add new notes.