# File lib/whois/record/parser/scanners/cnnic.rb, line 34 def parse_reserved if @input.scan(/^the domain you want to register is reserved/) @ast["status:reserved"] = true end end