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