Class: MEAN_TIMESTAMP_ADJUST_cmd

Inherits:
InplaceCommand show all
Defined in:
lib/file_command.rb

Instance Method Summary collapse

Methods inherited from InplaceCommand

#cmd_txt, #inplace?

Methods inherited from FileCommand

#run

Instance Method Details

#cmd_txt_inplace(file) ⇒ Object



179
180
181
182
# File 'lib/file_command.rb', line 179

def cmd_txt_inplace(file)
  bin = "#{SYSTEM_COMMANDS::NCN} mean_timestamp_adjust" unless bin # assume binary is known via PATH
  %Q(#{bin} #{file})
end