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