# File lib/net/ssh/buffer.rb, line 220
    def read_bool
      b = read_byte or return nil
      b != 0
    end