Class: Command::CheckFile

Inherits:
AbstractCommand
  • Object
show all
Defined in:
lib/command/check_file.rb

Overview

Template for check-file command

Instance Method Summary collapse

Instance Method Details

#templateObject



7
8
9
10
# File 'lib/command/check_file.rb', line 7

def template
  '%<tool_directory>s/check-file ' \
  '--file %<tmpdir>s/%<file_copy>s'
end