# File lib/net/ssh/buffer.rb, line 180 180: def read!(count=nil) 181: data = read(count) 182: consume! 183: data 184: end