Whois::Record::Parser::Base
Parser for the whois.nic.tr server.
@see Whois::Record::Parser::Example
The Example parser for the list of all available methods.
NEWPROPERTY invalid?
# File lib/whois/record/parser/whois.nic.tr.rb, line 123 def invalid? cached_properties_fetch :invalid? do response_error? end end
# File lib/whois/record/parser/whois.nic.tr.rb, line 117 def response_error? content_for_scanner =~ /Invalid input/ end
[Validate]
Generated with the Darkfish Rdoc Generator 2.