lib/whois/parsers/whois.nic.io.rb in whois-parser-1.1.0 vs lib/whois/parsers/whois.nic.io.rb in whois-parser-1.2.0
- old
+ new
@@ -37,10 +37,10 @@
end
# NEWPROPERTY
def reserved?
- !!content_for_scanner.match(/^Domain reserved\n/)
+ !!(content_for_scanner =~ /^Reserved by Registry\n/)
end
end
end