Class: MEAN_TIMESTAMP_ADJUST_cmd
- Inherits:
-
InplaceCommand
- Object
- FileCommand
- InplaceCommand
- MEAN_TIMESTAMP_ADJUST_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
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 |