Class Coercible::Coercer::Array
In: lib/coercible/coercer/array.rb
Parent: Object

Coerce Array values

Methods

to_set  

Constants

TIME_SEGMENTS = [ :year, :month, :day, :hour, :min, :sec ].freeze

Public Instance methods

Creates a Set instance from an Array

@param [Array] value

@return [Array]

@api private

[Validate]