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