# File lib/net/ssh/buffer.rb, line 213 213: def read_string 214: length = read_long or return nil 215: read(length) 216: end