Skip to content

Samueelx/l3-ruby-fundamentals

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

RUBY FUNDAMENTALS

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.

Tools Used

This project was built with the following tools:

Topics Covered

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

Pre-requisites

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.+

Installation

To use this repo on your machine requires some simple steps

Alternative One

  • Open a terminal / command line interface on your computer

  • Clone the repo by using the following:

      git clone https://github.com/otsembo/l3-ruby-fundamentals.git
    
  • Be patient as it creates a copy on your local machine for you.

  • Change directory to the repo folder:

      cd l3-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.

Alternative Two

  • 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/l3-ruby-fundamentals.git
    

Running the application

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
    

Authors

This project was contributed to by:

License

The project is licensed under Apache 2.0.

About

Getting started with Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%