Class: ViewInspect::Handlers::Handlebars
- Inherits:
-
HTMLTemplate
- Object
- HTMLTemplate
- ViewInspect::Handlers::Handlebars
- Defined in:
- lib/view_inspect/handlers/handlebars.rb
Constant Summary
Constants inherited from HTMLTemplate
ViewInspect::Handlers::HTMLTemplate::STUB_PREFIX
Class Method Summary collapse
Methods inherited from HTMLTemplate
#add_file_line, #add_file_line_to_html_tags, #build_html_syntax_error_msg, #initialize, #replace_expression_with_stub, #replace_stub_with_expression
Constructor Details
This class inherits a constructor from ViewInspect::Handlers::HTMLTemplate
Class Method Details
.expression_regex ⇒ Object
6 7 8 |
# File 'lib/view_inspect/handlers/handlebars.rb', line 6 def self.expression_regex /\{\{+.*?\}\}+/m end |