Parent

Methods

Class Index [+]

Quicksearch

Mechanize::Headers

Public Instance Methods

[](key) click to toggle source
   # File lib/mechanize/headers.rb, line 3
3:     def [](key)
4:       super(key.downcase)
5:     end
[]=(key, value) click to toggle source
   # File lib/mechanize/headers.rb, line 6
6:     def []=(key, value)
7:       super(key.downcase, value)
8:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.