# File lib/dbus/message.rb, line 117
    def reply_to(m)
      @reply_serial = m.serial
      @destination = m.sender
      self
    end