/ruby-newbie

Primary LanguageRubyMIT LicenseMIT

Ruby Newbie

A repository for practicing and learning Ruby programming language. This project includes various exercises and code examples for beginners who want to improve their Ruby skills.

Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

  • Ruby (version X.X.X or above)
  • Bundler (optional)

You can install Ruby here.

Installation

  1. Clone the repository:
    git clone https://github.com/sitdh/ruby-newbie.git
  2. Navigate to the project directory:
    cd ruby-newbie
  3. bundle install
    bundle install