method

banner

rails latest stable - Class: Rails::Command::ServerCommand

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

banner(*)
private

No documentation available.

# File railties/lib/rails/commands/server/server_command.rb, line 247
        def self.banner(*)
          "rails server -u [thin/puma/webrick] [options]"
        end