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