Class: Heel::TemplateVars

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/heel/template_vars.rb

Instance Method Summary collapse

Instance Method Details

#binding_for_templateObject



4
5
6
# File 'lib/heel/template_vars.rb', line 4

def binding_for_template()
  return binding()
end

#highlighting?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/heel/template_vars.rb', line 8

def highlighting?
  self.highlighting
end