Flowdock
method

register_template_handler

Importance_1
register_template_handler(*extensions, handler) public

Register an object that knows how to handle template files with the given extensions. This can be used to implement new template types. The handler must respond to :call, which will be passed the template and should return the rendered template as a String.

Show source
Register or log in to add new notes.