Method: ActionView::SyntaxErrorInTemplate#initialize
- Defined in:
- actionview/lib/action_view/template/error.rb
#initialize(template, offending_code_string) ⇒ SyntaxErrorInTemplate
Returns a new instance of SyntaxErrorInTemplate.
246 247 248 249 |
# File 'actionview/lib/action_view/template/error.rb', line 246 def initialize(template, offending_code_string) @offending_code_string = offending_code_string super(template) end |