Class: CryptReboot::Concatenator
- Inherits:
-
Object
- Object
- CryptReboot::Concatenator
- Defined in:
- lib/crypt_reboot/concatenator.rb
Overview
Concatenate files into one
Instance Method Summary collapse
Instance Method Details
#call(*files, to:) ⇒ Object
6 7 8 |
# File 'lib/crypt_reboot/concatenator.rb', line 6 def call(*files, to:) runner.call(tool, *files, output_file: to) end |