ip()
Returns the IP address of client as a String.
# File actionpack/lib/action_dispatch/http/request.rb, line 257 def ip @ip ||= super end