Module: Low::Types
- Included in:
- Evaluator
- Defined in:
- lib/types/status.rb,
lib/types/complex_types.rb
Defined Under Namespace
Classes: Status
Constant Summary collapse
- COMPLEX_TYPES =
[ Boolean = TypeFactory.complex_type(Object), Headers = TypeFactory.complex_type(Hash), HTML = TypeFactory.complex_type(String), JSON = TypeFactory.complex_type(String), Status, Tuple = TypeFactory.complex_type(Array), XML = TypeFactory.complex_type(String) ].freeze