# File lib/dbus/marshall.rb, line 306
    def append_simple_string(s)
      @packet += s + "\0"
    end