Class: I18n::Processes::Scanners::Scanner Abstract

Inherits:
Object
  • Object
show all
Defined in:
lib/i18n/processes/scanners/scanner.rb

Overview

This class is abstract.

Describes the API of a scanner.

Since:

  • 0.9.0

Direct Known Subclasses

FileScanner, ScannerMultiplexer

Instance Method Summary collapse

Instance Method Details

#keysArray<Results::KeyOccurrences>

This method is abstract.

Returns the keys found by this scanner and their occurrences.

Returns:

Since:

  • 0.9.0



13
14
15
# File 'lib/i18n/processes/scanners/scanner.rb', line 13

def keys
  fail 'Unimplemented'
end