method

evaluate

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: Erubi
evaluate(action_view_erb_handler_context) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/template/handlers/erb/erubi.rb, line 24
          def evaluate(action_view_erb_handler_context)
            pr = eval("proc { #{@src} }", binding, @filename || "(erubi)")
            action_view_erb_handler_context.instance_eval(&pr)
          end
Register or log in to add new notes.