class MoreMath::StringNumeral

def [](other)

def [](other)
  self.class.from_number(number[other.to_i], @alphabet)
end