mtime(p)
Returns the file mtime from the filesystem.
# File actionpack/lib/action_view/template/resolver.rb, line 171 def mtime(p) File.stat(p).mtime end