Method: RoadForest::HTTP::Keychain#initialize

Defined in:
lib/roadforest/http/keychain.rb

#initializeKeychain

Returns a new instance of Keychain.



14
15
16
17
# File 'lib/roadforest/http/keychain.rb', line 14

def initialize
  @realm_for_url = {}
  @with_realm = {}
end