# File lib/fog/rackspace/models/compute_v2/metadata.rb, line 68
        def to_hash
          h = {}
          self.each { |datum| h[datum.key] = datum.value }
          h
        end