Module: Sail::ConstantCollection

Defined in:
lib/sail/constant_collection.rb

Constant Summary collapse

TRUE =
'true'
FALSE =
'false'
STRING_BOOLEANS =
%w[true false].freeze
BOOLEAN =
'boolean'
ON =
'on'
BOOLEANS =
[true, false].freeze