Module: I18n::Inflector::Config::Operators::Tokens

Defined in:
lib/i18n-inflector/config.rb

Overview

This module contains constants that define operators in patterns that handle token groups or tokens.

Constant Summary collapse

AND =

A character used to mark patterns as complex and to separate token groups assigned to different strict kinds.

'+'
OR =

A character that is used to separate tokens or token groups within a pattern.

'|'
ASSIGN =

A character used to assign value to a token or a group of tokens.

':'
WILDCARD =

A character used to create a virtual token that always matches.

'*'
ALL =

All token groups operators.

Config.all_consts(self)