Method: FakeFS::Pathname#mtime

Defined in:
lib/fakefs/pathname.rb

#mtimeObject

See File.mtime. Returns last modification time.



665
666
667
# File 'lib/fakefs/pathname.rb', line 665

def mtime
  File.mtime(@path)
end