# File lib/dbus/introspect.rb, line 497
    def has_iface?(name)
      raise "Cannot call has_iface? is not introspected" if not @introspected
      @interfaces.member?(name)
    end