Method: MemFs::IO#stat

Defined in:
lib/memfs/io.rb

#statObject



189
190
191
# File 'lib/memfs/io.rb', line 189

def stat
  File.stat(path)
end