# File lib/net/sftp/session.rb, line 318 def lstat!(path, flags=nil, &callback) wait_for(lstat(path, flags, &callback), :attrs) end