class MoreMath::Permutation

def hash

Computes a unique hash value for this Permutation instance.
def hash
  size.hash ^ rank.hash
end