class ActionDispatch::Request

def ip

Returns the IP address of client as a +String+.
def ip
  @ip ||= super
end