Class: Lita::Template::TemplateEvaluationContext Private

Inherits:
Object
  • Object
show all
Defined in:
lib/lita/template.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

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

Since:

  • 4.2.0

Instance Method Summary collapse

Instance Method Details

#__get_bindingBinding

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns the evaluation context’s binding.

Returns:

  • (Binding)

    The binding.

Since:

  • 4.2.0



10
11
12
# File 'lib/lita/template.rb', line 10

def __get_binding
  binding
end