module NumbersAndWords::Translations

Public Class Methods

factory() click to toggle source
# File lib/numbers_and_words/translations.rb, line 35
def factory
  Object.const_get("#{name}::#{I18n.language_class_name}").new
end