Method: Timber::Integrator#integrate!
- Defined in:
- lib/timber/integrator.rb
#integrate! ⇒ Object
Abstract method that each integration must implement.
46 47 48 |
# File 'lib/timber/integrator.rb', line 46 def integrate! raise NotImplementedError.new end |