# File lib/whois/record/parser/scanners/whois.denic.de.rb, line 92 def parse_available if @input.match?(/% Object ".+" not found in database\n/) while @input.scan(/%(.*)\n/) # strip junk end @ast["status:available"] = true end end