How To Install Ruby and Set Up a Local Programming Environment on Windows 10
This tutorial will go over how to set up a Ruby programming environment on your local Windows 10 machine using the command line. You’ll configure Bash on Windows, and then use the Ruby Version Manager—better known as RVM, a software platform built to manage multiple Ruby installations—to install the latest version of Ruby and its prerequisites. Then you’ll test your environment out by writing a simple Ruby program.