Method: Cnvrg::Dataset#update_idx
- Defined in:
- lib/cnvrg/dataset.rb
#update_idx(idx) ⇒ Object
870 871 872 873 |
# File 'lib/cnvrg/dataset.rb', line 870 def update_idx(idx) File.open("#{self.local_path}/.cnvrg/idx.yml", 'w') {|f| f.write idx.to_yaml} return true end |