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
14 15 16 |
# File 'lib/packs/per_file_processor_interface.rb', line 14 def after_move_files!(file_move_operations) nil end |
#before_move_file!(file_move_operation) ⇒ Object
11 |
# File 'lib/packs/per_file_processor_interface.rb', line 11 def before_move_file!(file_move_operation); end |