Module: Wee::StructSnapshotMixin
- Included in:
- Struct
- Defined in:
- lib/wee/state.rb
Overview
module ObjectSnapshotMixin
Instance Method Summary collapse
Instance Method Details
#restore_snapshot(snap) ⇒ Object
71 72 73 |
# File 'lib/wee/state.rb', line 71 def restore_snapshot(snap) snap.each_pair {|k,v| send(k.to_s + "=", v)} end |