class ActionDispatch::RemoteIp::GetIp

def to_s

Experimental RBS support (using type sampling data from the type_fusion project).

def to_s: () -> String

This signature was generated using 1 sample from 1 application.

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