Method: FakeFS::Pathname#stat

Defined in:
lib/fakefs/pathname.rb

#statObject

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



724
725
726
# File 'lib/fakefs/pathname.rb', line 724

def stat
  File.stat(@path)
end