Class: String
- Inherits:
-
Object
- Object
- String
- Extended by:
- Mugatu::AttributeType
- Defined in:
- lib/mugatu/types/string.rb
Constant Summary collapse
- TRUTHY =
['t', 'true', 'on', 'y', 'yes', '1'].freeze
- FALSY =
['f', 'false', 'off', 'n', 'no', '0'].freeze