# File lib/mechanize/http/auth_store.rb, line 24 def initialize @auth_accounts = Hash.new do |h, uri| h[uri] = {} end @default_auth = nil end