# File lib/whois/record/parser/scanners/whois.registry.qa.rb, line 31 def parse_available if @input.scan(/^No Data Found\n/) @ast["status:available"] = true end end