class Rails::Command::ServerCommand
def print_boot_information(server, url)
def print_boot_information(server, url) say <<~MSG => Booting #{ActiveSupport::Inflector.demodulize(server)} => Rails #{Rails.version} application starting in #{Rails.env} #{url} => Run `bin/rails server --help` for more startup options MSG end