# File lib/dbus/bus.rb, line 62
    def export(obj)
      obj.service = self
      get_node(obj.path, true).object = obj
    end