Class: I18n::Inflector::Core Abstract
- Inherits:
-
API
- Object
- API_Strict
- API
- I18n::Inflector::Core
- Defined in:
- lib/i18n-inflector/api.rb
Overview
This is for backward compatibility with the old naming scheme.
Constant Summary
Constants included from Config
I18n::Inflector::Config::MULTI_REGEXP, I18n::Inflector::Config::MULTI_RESTR, I18n::Inflector::Config::OPTION_PREFIX, I18n::Inflector::Config::OPTION_PREFIX_REGEXP, I18n::Inflector::Config::PATTERN_REGEXP, I18n::Inflector::Config::PATTERN_RESTR, I18n::Inflector::Config::TOKENS_REGEXP, I18n::Inflector::Config::TOKENS_RESTR
Instance Attribute Summary
Attributes inherited from API
Method Summary
Methods inherited from API
#add_database, #default_token, #delete_databases, #each_alias, #each_inflected_locale, #each_token, #each_token_raw, #each_token_true, #has_alias?, #has_kind?, #has_token?, #has_true_token?, #inflected_locale?, #inflected_locales, #initialize, #kind, #kinds, #new_database, #new_databases, #tkl_args, #token_description, #true_token
Methods included from Interpolate
Methods inherited from API_Strict
#add_database, #aliases, #default_token, #delete_database, #each_alias, #each_inflected_locale, #each_kind, #each_token, #each_token_raw, #each_token_true, #has_alias?, #has_kind?, #has_token?, #has_true_token?, #inflected_locale?, #inflected_locales, #initialize, #kind, #kinds, #new_database, #prep_locale, #tkl_args, #token_description, #tokens, #tokens_raw, #tokens_true, #true_token
Constructor Details
This class inherits a constructor from I18n::Inflector::API