Coercible::Coercer::Object
Coerce Date values
Passthrough the value
@example
coercer[DateTime].to_date(date) # => Date object
@param [DateTime] value
@return [Date]
@api public
# File lib/coercible/coercer/date.rb, line 20 def to_date(value) value end
[Validate]
Generated with the Darkfish Rdoc Generator 2.