In this project, we use knowlege of classes to write create our own Library simulation.
This repository includes .rb (RUBY) files that can be used in IRB on the command line
This setup and run procedure assumes you have Ruby installed.
- Go to your terminal and navigate to where you store project repositories
- Run the command
$git clone git@github.com:AKeeganDev/OOP_Library.git
- Navigate to the source folder in your terminal
- Run
@ruby main.rb
to run the program.
👤 Aaron Keegan
- GitHub: @AKeeganDev
- Twitter: @AkeeganDev
- LinkedIn: AKeeganDev
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- Microverse for their RUBY modules which made this a great project for practicing my knowledge of the Ruby basics
This project is MIT licensed.