class I18n::Processes::Scanners::Scanner
Describes the API of a scanner.
@abstract @since 0.9.0
Public Instance Methods
keys()
click to toggle source
@abstract @return [Array<Results::KeyOccurrences>] the keys found by this scanner and their occurrences.
# File lib/i18n/processes/scanners/scanner.rb, line 13 def keys fail 'Unimplemented' end