class Whois::Parsers::WhoisTonicTo

Parser for the whois.tonic.to server.

@see Whois::Parsers::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::Parsers::Base#response_incomplete?

# File lib/whois/parsers/whois.tonic.to.rb, line 79
def response_incomplete?
  content_for_scanner.strip == ""
end