# File lib/coercible/coercer.rb, line 84
    def initialize(config, coercers = {})
      @coercers = coercers
      @config   = config
    end