Module: Rasti::Types
- Extended by:
- MultiRequire
- Defined in:
- lib/rasti/types.rb,
lib/rasti/types/io.rb,
lib/rasti/types/enum.rb,
lib/rasti/types/hash.rb,
lib/rasti/types/time.rb,
lib/rasti/types/uuid.rb,
lib/rasti/types/array.rb,
lib/rasti/types/float.rb,
lib/rasti/types/model.rb,
lib/rasti/types/errors.rb,
lib/rasti/types/regexp.rb,
lib/rasti/types/string.rb,
lib/rasti/types/symbol.rb,
lib/rasti/types/boolean.rb,
lib/rasti/types/integer.rb,
lib/rasti/types/version.rb,
lib/rasti/types/castable.rb,
lib/rasti/types/typed_enum.rb
Defined Under Namespace
Modules: Castable Classes: Array, Boolean, CastError, CompoundError, Enum, Error, Float, Hash, IO, Integer, Model, MultiCastError, Regexp, String, Symbol, Time, TypedEnum
Constant Summary collapse
- UUID =
String[/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}+$/]
- VERSION =
'1.1.0'