# File lib/dbus/introspect.rb, line 91
    def [](index)
      case index
        when 0 then name
        when 1 then type
        else nil
      end
    end