# File lib/httparty/response.rb, line 26 def respond_to?(method) super || @header.respond_to?(method) end