# File lib/net/ssh/util/buffer.rb, line 201
        def write_bool( *b )
          @content << b.map { |v| ( v ? 1 : 0 ).chr }.join
        end