# File lib/coercible/coercer/string.rb, line 178
      def to_float(value)
        to_numeric(value, :to_f)
      rescue UnsupportedCoercion
        raise_unsupported_coercion(value, __method__)
      end