lib/virtus/coercion/time_coercions.rb in virtus-0.0.7 vs lib/virtus/coercion/time_coercions.rb in virtus-0.0.8
- old
+ new
@@ -58,10 +58,10 @@
# @api public
def to_date(value)
coerce_with_method(value, :to_date)
end
- private
+ private
# Try to use native coercion method on the given value
#
# Falls back to String-based parsing
#