class Heel::TemplateVars

Public Instance Methods

binding_for_template() click to toggle source
# File lib/heel/template_vars.rb, line 4
def binding_for_template()
  return binding()
end