# File lib/coercible/coercer/string.rb, line 140
      def to_boolean(value)
        boolean_map.fetch(value.downcase) {
          raise_unsupported_coercion(value, __method__)
        }
      end