Module: I18n::Inflector::Config::Operators::Token

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

Overview

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

Constant Summary collapse

OR =

A character used to separate multiple tokens.

','
NOT =

A character used to mark tokens as negative.

'!'
ALL =

All token operators.

Config.all_consts(self)