Parent

Methods

Class/Module Index [+]

Quicksearch

ActionView::TemplateHandlers::ErubisHandler

Public Instance Methods

compile(template) click to toggle source
# File lib/erubis/helpers/rails_helper.rb, line 153
def compile(template)
  #src = ::ERB.new("<% __in_erb_template=true %>#{template.source}", nil, erb_trim_mode, '@output_buffer').src
  return _convert_template("<% __in_erb_template=true %>#{template.source}")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.