# File lib/active_resource_response/http_mock.rb, line 31
          def to_hash
            Hash[@headers.map{|k, value| [k, Array.wrap(value)] } ]
          end