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