class MoreMath::StringNumeral

def self.from_string(string, alphabet)

def self.from_string(string, alphabet)
  new string, nil, alphabet
end