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