class ActionDispatch::RemoteIp::GetIp

def to_s

ActionDispatch::Request to use.
Memoizes the value returned by #calculate_ip and returns it for
def to_s
  @ip ||= calculate_ip
end