# File lib/dbus/marshall.rb, line 268 def align(a) @packet = @packet.ljust(num_align(@offset + @packet.bytesize, a) - @offset, 0.chr) end