Method: Inspec::Resources::Http::Headers#method_missing
- Defined in:
- lib/resources/http.rb
#method_missing(requested_key) ⇒ Object
248 249 250 |
# File 'lib/resources/http.rb', line 248 def method_missing(requested_key) fetch(requested_key.to_s.downcase, nil) end |