Class: INSERT_TIME_BOUNDS_cmd
- Inherits:
-
InplaceCommand
- Object
- FileCommand
- InplaceCommand
- INSERT_TIME_BOUNDS_cmd
- Defined in:
- lib/file_command.rb
Instance Method Summary collapse
Methods inherited from InplaceCommand
Methods inherited from FileCommand
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 |