# File lib/fog/zerigo/models/dns/records.rb, line 37
        def find(fqdn)
          hosts = connection.find_hosts(fqdn, zone.id).body['hosts']
          hosts.collect { |host| new(host) }
        end