Class Whois::Record::Parser::Scanners::Base
In: lib/whois/record/parser/scanners/base.rb
Parent: Object

Represents the abstract base scanner class, containing common scanner methods.

Concrete classes should implement the following methods:

@abstract

Methods

Public Class methods

Public Instance methods

This method is the core of the parser.

It should include the parser logic to analyze, trim or consume a line.

@abstract Implement in your parser.

[Validate]