module Spruz::Minimize

def minimize!

result.
First minimizes this object, then calls the replace method with the
def minimize!
  replace minimize
end