method

on_command

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

on_command(name, *args)
private

No documentation available.

# File actionview/lib/action_view/render_parser/ripper_render_parser.rb, line 161
          def on_command(name, *args)
            on_render_call(super)
          end