Method: Coca::Delegate#ip_address

Defined in:
lib/coca/delegate.rb

#ip_addressObject



38
39
40
# File 'lib/coca/delegate.rb', line 38

def ip_address
  @ip ||= Resolv.new.getaddress(host)
end