aasm/lib
Ernie Miller 129f2da60a Use Ruby's initialize_copy for clone/dup
Ruby provides a method for implementing deep-copy on
objects called initialize_copy. This gets called after
a clone or dup, and is the more idiomatic way to handle
the sort of thing being done in the previously-defined
clone method.
2012-06-27 08:44:48 -04:00
..
aasm Use Ruby's initialize_copy for clone/dup 2012-06-27 08:44:48 -04:00
aasm.rb added some todos 2011-12-21 11:27:51 +01:00