class Lita::Template::TemplateEvaluationContext

A clean room object to use as the binding for ERB rendering. @api private

Public Instance Methods

__get_binding() click to toggle source

Returns the evaluation context's binding. @return [Binding] The binding.

# File lib/lita/template.rb, line 10
def __get_binding
  binding
end