public Method

CompiledTemplates.mtime(identifier, arg_names)

Return the time at which the method for the given identifier and argument names was compiled.

Source Code

# File action_view/compiled_templates.rb, line 35
def mtime(identifier, arg_names)
  @mtimes[full_key(identifier, arg_names)]
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.