Method: DBus::RemoteBus#initialize

Defined in:
lib/dbus/bus.rb

#initialize(socket_name) ⇒ RemoteBus

Get the remote bus.



721
722
723
724
# File 'lib/dbus/bus.rb', line 721

def initialize(socket_name)
  super(socket_name)
  send_hello
end