method

call

rails latest stable - Class: ActionView::Template::Handlers::LegacyHandlerWrapper

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

call(view, source)
public

No documentation available.

# File actionview/lib/action_view/template/handlers.rb, line 30
        def call(view, source)
          __getobj__.call(ActionView::Template::LegacyTemplate.new(view, source))
        end