Module: Wee::DupReplaceSnapshotMixin

Included in:
Array, Hash, String
Defined in:
lib/wee/snapshot_ext.rb

Instance Method Summary collapse

Instance Method Details

#restore_snapshot(snap) ⇒ Object



22
23
24
# File 'lib/wee/snapshot_ext.rb', line 22

def restore_snapshot(snap)
  replace(snap)
end

#take_snapshotObject



18
19
20
# File 'lib/wee/snapshot_ext.rb', line 18

def take_snapshot
  dup
end