OOP This Repo explains the concepts of OOP that include Abstraction, Encapsulation, Polymorphism and Inheritance
Server
- OOP
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby Interpreter
- Development Environment
- RubyGems: Verify by running
gem --version
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/ProgramKingAbel/ruby-oop.git
Install this project with:
cd my-project
gem install
To run the project, execute the following command:
rails server
To run tests, run the following command:
bin/rails test test/models/article_test.rb
👤 Abel Morara
- GitHub: @ProgramKingAbel
- Twitter: @CEOAbel1
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a ⭐️
I would like to thank the Microverse Community, and coding partners who we work tirelessly to make it possible.
This project is MIT licensed.