Method: Path#lstat
- Defined in:
- lib/path/file.rb
#lstat ⇒ Object
Returns the stat of path as a File::Stat object, not following symlink. See File.lstat.
72 73 74 |
# File 'lib/path/file.rb', line 72 def lstat File.lstat(@path) end |