# File lib/beefcake/buffer/encode.rb, line 103
    def append_bool(n)
      append_int64(n ? 1 : 0)
    end