Module: Packs::PerFileProcessorInterface
- Extended by:
- T::Helpers, T::Sig
- Defined in:
- lib/packs/per_file_processor_interface.rb
Instance Method Summary collapse
Instance Method Details
#after_move_files!(file_move_operations) ⇒ Object
15 16 17 |
# File 'lib/packs/per_file_processor_interface.rb', line 15 def after_move_files!(file_move_operations) nil end |
#before_move_file!(file_move_operation) ⇒ Object
11 12 |
# File 'lib/packs/per_file_processor_interface.rb', line 11 def before_move_file!(file_move_operation) end |