method

execute

rails latest stable - Class: Rails::Console::AppInstance

Method not available on this version

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

execute(create = false)
public

No documentation available.

# File railties/lib/rails/commands/console/irb_console.rb, line 48
      def execute(create = false)
        @app_integration_instance = nil if create
        @app_integration_instance ||= super
      end