module MoreMath::StringNumeral::Functions

def to_string_numeral(alphabet = 'a'..'z')

def to_string_numeral(alphabet = 'a'..'z')
  StringNumeral(self, alphabet)
end