# File cmpi.rb, line 551
    def to_hash
      h = {}
      each do |name,val|
        h[name] = val
      end
      h
    end