Class: Heel::TemplateVars
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Heel::TemplateVars
- Defined in:
- lib/heel/template_vars.rb
Instance Method Summary collapse
Instance Method Details
#binding_for_template ⇒ Object
4 5 6 |
# File 'lib/heel/template_vars.rb', line 4 def binding_for_template() return binding() end |
#highlighting? ⇒ Boolean
8 9 10 |
# File 'lib/heel/template_vars.rb', line 8 def highlighting? self.highlighting end |