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