Class: JrbHandler::TemplateHandler

Inherits:
ActionView::Template::Handler
  • Object
show all
Includes:
ActionView::Template::Handlers::Compilable
Defined in:
lib/jrb_handler/template_handler.rb

Instance Method Summary collapse

Instance Method Details

#compile(template) ⇒ Object



9
10
11
# File 'lib/jrb_handler/template_handler.rb', line 9

def compile(template)
  template.source
end