# File lib/dbus/marshall.rb, line 280 def append_signature(str) @packet += str.length.chr + str + "\0" end