Class: Struct
Instance Method Summary collapse
Instance Method Details
#restore_snapshot(snap) ⇒ Object
156 157 158 |
# File 'lib/mega/snapshot.rb', line 156 def restore_snapshot(snap) snap.each_pair {|k,v| send(k.to_s + "=", v)} end |