Sha256: c26e164b81a74b574fdd260a4b6f17389f39a077d6afba114c9c48dd42e4b122
Contents?: true
Size: 291 Bytes
Versions: 18
Compression:
Stored size: 291 Bytes
Contents
# frozen_string_literal: true require "rails/command/environment_argument" module Rails module Command class BootCommand < Base # :nodoc: include EnvironmentArgument desc "boot", "Boot the application and exit" def perform(*) = boot_application! end end end
Version data entries
18 entries across 18 versions & 2 rubygems