Module: I18n::Inflector::Config::Markers
- Defined in:
- lib/i18n-inflector/config.rb
Overview
This module contains characters that are markers giving the shape for a pattern and its elements.
Constant Summary collapse
- PATTERN =
A character that is used to mark pattern.
'@'- STRICT_KIND =
A character that is used to mark a strict kind.
'@'- PATTERN_BEGIN =
A character that is used to open a pattern.
'{'- PATTERN_END =
A character that ends a pattern.
'}'- ALIAS =
A character that indicates an alias.
'@'- LOUD_VALUE =
A character used to mark token value as loud.
'~'- ALL =
All markers.
Config.all_consts(self)