Class: CipherStash::Analysis::TokenFilters::Base
- Inherits:
-
Object
- Object
- CipherStash::Analysis::TokenFilters::Base
- Defined in:
- lib/cipherstash/analysis/token_filters.rb
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(opts = {}) ⇒ Base
Returns a new instance of Base.
5 6 7 |
# File 'lib/cipherstash/analysis/token_filters.rb', line 5 def initialize(opts = {}) @opts = opts end |