# File lib/whois/record/parser/scanners/whois.biz.rb, line 38
          def parse_available
            if @input.scan(/^Not found: (.+)\n/)
              @ast["Domain Name"] = @input[1]
              @ast["status:available"] = true
            end
          end