method

execute

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

Method not available on this version

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

execute(*)
public

No documentation available.

# File railties/lib/rails/commands/console/irb_console.rb, line 66
      def execute(*)
        puts "Reloading..."
        Rails.application.reloader.reload!
      end