method

bin

rails latest stable - Class: Rails::Command::App::UpdateCommand

Method not available on this version

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

bin()
public

No documentation available.

# File railties/lib/rails/commands/app/update_command.rb, line 30
        def bin
          require_application!
          app_generator.update_bin_files
        end