Implements a value holder. In Wee this is useful for backtracking the reference assigned to an instance variable (not the object itself!). An example where this is used is the @__decoration attribute of class Wee::Component.
Methods
Attributes
[RW] | value |
Public Class methods
new(value=nil)
[ source ]
Public Instance methods
restore_snapshot(value)
[ source ]
take_snapshot()
[ source ]