Method: RoadForest::HTTP::Keychain#initialize
- Defined in:
- lib/roadforest/http/keychain.rb
#initialize ⇒ Keychain
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 |