method

bind_locals

bind_locals(locals)
public

No documentation available.

# File actionview/lib/action_view/unbound_template.rb, line 16
    def bind_locals(locals)
      @templates[locals] ||= build_template(locals)
    end