Class: FileCommand
- Inherits:
-
Object
- Object
- FileCommand
- Defined in:
- lib/file_command.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#run(infiles, outfile) ⇒ Object
18 19 20 |
# File 'lib/file_command.rb', line 18 def run(infiles, outfile) execute_atomically(infiles, outfile) end |