# File lib/net/sftp/session.rb, line 255 def read!(handle, offset, length, &callback) wait_for(read(handle, offset, length, &callback), :data) end