= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
stat()
See File.stat. Returns a File::Stat object.
# File lib/pathname.rb, line 839 def stat() File.stat(@path) end