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