Class: Core::Type::Types::Array

Inherits:
Object
  • Object
show all
Includes:
Core::Type
Defined in:
lib/core/type/types/array.rb

Overview

public

Strict array type.

Constant Summary

Constants included from Core::Type

VERSION

Class Method Summary collapse

Methods included from Core::Type

version

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