# File lib/net/ntlm_http.rb, line 258
      def initialize(opts)
        @value  = opts[:value]
        @active = opts[:active].nil? ? true : opts[:active]
      end