Return the time at which the method for the given identifier and argument names was compiled.
# File action_view/compiled_templates.rb, line 35 def mtime(identifier, arg_names) @mtimes[full_key(identifier, arg_names)] end
<code/>
<pre/>
<code/>and<pre/>for code samples.