= private = protected
stat()
See File.stat. Returns a File::Stat object.
# File lib/pathname.rb, line 808 def stat() File.stat(@path) end