Methods

Files

Class/Module Index [+]

Quicksearch

Whois::Record::Parser::BaseWhoisd

Base parser for Whoisd servers.

@abstract

@since 2.6.4

Public Instance Methods

parse() click to toggle source

Initializes a new {Scanners::Whoisd} instance passing the {content_for_scanner} and calls parse on it.

@return [Hash]

# File lib/whois/record/parser/base_whoisd.rb, line 121
def parse
  Scanners::BaseWhoisd.new(content_for_scanner).parse
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.