Module: ND::Enum::I18n::Mode

Defined in:
lib/nd/enum/i18n.rb

Overview

TODO: Transform into a nd_enum

Constant Summary collapse

LOG =
'log'
ENFORCE =
'enforce'
IGNORE =
'ignore'

Class Method Summary collapse

Class Method Details

.allObject



11
12
13
# File 'lib/nd/enum/i18n.rb', line 11

def self.all
  [LOG, ENFORCE, IGNORE]
end