# File lib/coercible/coercer/numeric.rb, line 60
      def to_decimal(value)
        to_string(value).to_d
      end