Class: Core::Type::Types::Array
- Inherits:
-
Object
- Object
- Core::Type::Types::Array
- Includes:
- Core::Type
- Defined in:
- lib/core/type/types/array.rb
Overview
- public
-
Strict array type.
Constant Summary
Constants included from Core::Type
Class Method Summary collapse
-
.build(value) ⇒ Object
[public].
Methods included from Core::Type
Class Method Details
.build(value) ⇒ Object
- public
13 14 15 |
# File 'lib/core/type/types/array.rb', line 13 def self.build(value) value end |