Method: FakeFS::Pathname#stat

Defined in:
lib/fakefs/pathname.rb

#statObject

See File.stat. Returns a File::Stat object.



740
741
742
# File 'lib/fakefs/pathname.rb', line 740

def stat
  File.stat(@path)
end