method

new

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

Method not available on this version

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

new(app)
public

No documentation available.

# File railties/lib/rails/commands/console/irb_console.rb, line 70
      def initialize(app)
        @app = app

        require "irb"
        require "irb/completion"
      end