# File lib/net/sftp/session.rb, line 716 def unblock!(handle, offset, length, &callback) wait_for(unblock(handle, offset, length, &callback)) end