# File lib/dbus/bus.rb, line 37
    def exists?
      bus.proxy.ListNames[0].member?(@name)
    end