Method: Cluster#update_image_file
- Defined in:
- lib/cluster.rb
#update_image_file(filename) ⇒ Object
102 103 104 105 |
# File 'lib/cluster.rb', line 102 def update_image_file(filename) input = File.open(filename) @sub.save_images(input) end |