Files

Class/Module Index [+]

Quicksearch

Whois::Record::Parser::WhoisTonicTo

Parser for the whois.tonic.to server.

@see Whois::Record::Parser::Example

The Example parser for the list of all available methods.

Public Instance Methods

response_incomplete?() click to toggle source

Very often the .to server returns a partial response, which is a response containing an empty line. It seems to be a very poorly-designed throttle mechanism.

@return [Boolean]

@see Whois::Record::Parser::Base#response_incomplete?

# File lib/whois/record/parser/whois.tonic.to.rb, line 80
def response_incomplete?
  content_for_scanner.strip == ""
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.