Object
Coerce Array values
Creates a Set instance from an Array
@param [Array] value
@return [Array]
@api private
# File lib/coercible/coercer/array.rb, line 17 def to_set(value) value.to_set end