This guide assumes you have Ruby installed on your machine, a text editor, and a Github account already in place. In this lab, you will define 3 different variables inside of the file variables.rb.
Rope_Web_Backend_Framework/ ├── controller/ │ ├── views_controller.py # Flask routes and controllers │ └── views_controller.rb # Sinatra routes and controllers ├── models/ │ ├── models_db.py # Pony ...