[Source]
# File lib/mechanize/pluggable_parsers.rb, line 196 196: def [](key) 197: super(key.downcase) 198: end
# File lib/mechanize/pluggable_parsers.rb, line 199 199: def []=(key, value) 200: super(key.downcase, value) 201: end
[Validate]