This repository will be used as the guide during the lecture on fundamentals of the Ruby language.
This repo contains a list of TODOs
. Ensure you complete all of them.
This project was built with the following tools:
The following are the concepts covered in this practice session
- Common Data Types and Variables in Ruby
- Methods in Ruby
Documentation on the Ruby language can be found here: Ruby Docs
In order to use this repo you need to have the following installed:
- OS [either: Windows 10+, Linux or MacOS(running on x86 or arm architecture)]
- Ruby - 3.1.+
To use this repo on your machine requires some simple steps
-
Open a terminal / command line interface on your computer
-
Clone the repo by using the following:
git clone https://github.com/skylar-lorena/ruby-fundamentals.git
-
Be patient as it creates a copy on your local machine for you.
-
Change directory to the repo folder:
cd ruby-fundamentals
-
(Optional) Open it in
Visual Studio Code
code .
-
(Alternate Option) Open it in any editor of your choice.
-
Hurray! You are one step closer to being as intelligent as Einstein.
-
On the top right corner of this page there is a button labelled
Fork
. -
Click on that button to fork the repo to your own account.
-
Take on the process in
Alternative One
above. -
Remember to replace your username when cloning.
git clone https://github.com/your-username-here/ruby-fundamentals.git
Running the application is very straight forward. You can use the following steps to run the app.
-
Install required dependencies using bundle
bundle install
-
Run the application on the terminal
ruby main.rb
This project was contributed to by:
The project is licensed under Apache 2.0.