class MoreMath::Subset

def rank=(m)

Assigns m to the rank attribute of this object.
def rank=(m)
  @rank = m % (1 << size)
end