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.
Before you begin, ensure you have the following installed:
- Ruby (version X.X.X or above)
- Bundler (optional)
You can install Ruby here.
- Clone the repository:
git clone https://github.com/sitdh/ruby-newbie.git
- Navigate to the project directory:
cd ruby-newbie
- bundle install
bundle install