Class: INSERT_TIME_BOUNDS_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



187
188
189
190
# File 'lib/file_command.rb', line 187

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