# File lib/coercible/coercer/string.rb, line 109
      def to_date(value)
        parse_value(::Date, value, __method__)
      end