Method: Cure::Export::BaseProcessor#cleanup
- Defined in:
- lib/cure/export/base_processor.rb
#cleanup ⇒ Object
38 39 40 |
# File 'lib/cure/export/base_processor.rb', line 38 def cleanup raise NotImplementedError, "#{self.class} has not implemented method '#{__method__}'" end |