Module: CMDx::Coercions::String
Overview
Coerces values to String type using Ruby’s built-in String() method.
This coercion handles various input types by converting them to their string representation. It’s a simple wrapper around Ruby’s String() method for consistency with the CMDx coercion interface.
Instance Method Summary collapse
-
#call(value, options = {}) ⇒ String
Coerces a value to String type.