# File lib/chef_zero/rest_base.rb, line 267
    def hashify_list(list)
      list.reduce({}) { |acc, obj| acc.merge( obj => {} ) }
    end