class Byebug::RestartCommand

def prepend_ruby_bin(cmd)

def prepend_ruby_bin(cmd)
  cmd.unshift(RbConfig.ruby) if which("ruby") != which(cmd.first)
  cmd
end