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