module Spruz::Minimize

def unminimize!

Invert a minimized version of this object in place.
def unminimize!
  replace unminimize
end