Module: Vident::Typed::Types
- Defined in:
- lib/vident/typed/types.rb
Constant Summary collapse
- StrippedString =
Types::String.constructor(&:strip)
- BooleanDefaultFalse =
Types::Bool.default(false)
- BooleanDefaultTrue =
Types::Bool.default(true)
- HashDefaultEmpty =
Types::Hash.default({}.freeze)