class MoreMath::Permutation

def self.identity(n)

Permutation#size n.
Shortcut to generate the identity permutation that has
def self.identity(n)
  new(n)
end