# File lib/puma/cli.rb, line 341 def restart_args if cmd = @options[:restart_cmd] cmd.split(' ') + @original_argv else @restart_argv end end