Class: FileCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/file_command.rb

Direct Known Subclasses

InplaceCommand, OutofplaceCommand

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