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