# File lib/fog/linode/models/compute/server.rb, line 22 def public_ip_address ips.find{|ip| ip.ip !~ /^192/}.ip end