class MoreMath::StringNumeral

def -(other)

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