class Command::CheckFile

Template for check-file command

Public Instance Methods

template() click to toggle source
# File lib/command/check_file.rb, line 7
def template
  '%<tool_directory>s/check-file ' \
  '--file %<tmpdir>s/%<file_copy>s'
end