class MoreMath::Permutation

def identity

instance.
Returns the identity permutation that has the same Permutation#size as this
def identity
  self.class.new(size)
end