Class: I18n::Tasks::Scanners::Scanner Abstract
- Inherits:
-
Object
- Object
- I18n::Tasks::Scanners::Scanner
- Defined in:
- lib/i18n/tasks/scanners/scanner.rb
Overview
This class is abstract.
Describes the API of a scanner.
Direct Known Subclasses
Instance Method Summary collapse
-
#keys ⇒ Array<Results::KeyOccurrences>
abstract
The keys found by this scanner and their occurrences.
Instance Method Details
#keys ⇒ Array<Results::KeyOccurrences>
This method is abstract.
Returns the keys found by this scanner and their occurrences.
13 14 15 |
# File 'lib/i18n/tasks/scanners/scanner.rb', line 13 def keys fail 'Unimplemented' end |