module MoreMath::RankingCommon

def pred

returns the last (rank == #last) instance.
Returns the previously ranked instance. If this was the first instance it
def pred
  clone.pred!
end