Method: Path#stat

Defined in:
lib/epath/file.rb

#statObject

Returns the stat of path as a File::Stat object. See File.stat.



67
68
69
# File 'lib/epath/file.rb', line 67

def stat
  File.stat(@path)
end