class MoreMath::StringNumeral

def *(other)

def *(other)
  self.class.from_number(number * naturalize(other), @alphabet)
end