# File lib/coercible/coercer/string.rb, line 50
      def initialize(coercer = Coercer.new, config = self.class.config)
        super(coercer)
        @boolean_map = config.boolean_map
      end