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