Module: CMDx::Coercions::Array
Overview
Converts various input types to Array format
Handles conversion from strings that look like JSON arrays and other values that can be converted to arrays using Ruby’s Array() method.
Instance Method Summary collapse
-
#call(value, options = {}) ⇒ Array
Converts a value to an Array.