Returns the stat of path as a File::Stat object. See File.stat.
path
File::Stat
File.stat
67 68 69
# File 'lib/epath/file.rb', line 67 def stat File.stat(@path) end