Module: LevelTravel::Types

Defined in:
lib/level_travel/types.rb

Constant Summary collapse

StrippedString =
Types::Strict::String.constructor(&:strip)
ArrayOfIntegers =
Types.Array(Types::Coercible::Integer)