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