Represents default value evaluated via a symbol
@api private
Return if the class can handle the value
@param [Object] value
@return [Boolean]
Evaluates the value via instance#public_send(value)
Symbol value is returned if the instance doesn‘t respond to value
@return [Object] evaluated value
[Validate]