method
pid
v7.1.3.4 -
Show latest stable
- Class:
Rails::Command::ServerCommand
pid()private
No documentation available.
# File railties/lib/rails/commands/server/server_command.rb, line 245
def pid
File.expand_path(options[:pid] || ENV.fetch("PIDFILE", DEFAULT_PIDFILE))
end