Method: Mihari::Enrichers::Base#call
- Defined in:
- lib/mihari/enrichers/base.rb
#call(value) ⇒ Object
18 19 20 |
# File 'lib/mihari/enrichers/base.rb', line 18 def call(value) raise NotImplementedError, "You must implement #{self.class}##{__method__}" end |