# File lib/whois/record/parser/scanners/afilias.rb, line 36
          def parse_throttled
            if @input.match?(/^WHOIS LIMIT EXCEEDED/)
              @ast["response:throttled"] = true
              @input.skip(/^.+\n/)
            end
          end