Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmoseka/oop-school-library
Implement classes, objects, encapsulation, inheritance, associations with Ruby
https://github.com/jmoseka/oop-school-library
ruby ruby-gem
Last synced: 16 days ago
JSON representation
Implement classes, objects, encapsulation, inheritance, associations with Ruby
- Host: GitHub
- URL: https://github.com/jmoseka/oop-school-library
- Owner: jmoseka
- License: mit
- Created: 2022-07-18T12:38:25.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-01T14:18:54.000Z (over 2 years ago)
- Last Synced: 2023-03-11T20:22:23.277Z (almost 2 years ago)
- Topics: ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 31.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OOP-school-library
> This project implements classes, objects, encapsulation, inheritance with Ruby## Learning objectives
- Implement classes and objects in Ruby.
- Implement encapsulation and inheritance with Ruby.
- Run a program using the command line.## Getting Started
### Prerequisites
- Have a required text editor 🔥 i.e visual studio, atom
- Command line / terminal### Setup
### Clone this repository
```bash
$ git clone https://github.com/jmoseka/OOP-school-library
$ cd OOP-school-library
```- **Congrats!** you can now run ruby application on your computer
## Author 👤
👤 **Jamila Moseka**
- GitHub: [@jmoseka](https://github.com/jmoseka)
- Twitter: [@milamoseka](https://twitter.com/milamoseka)
- LinkedIn: [Jamila Moseka](https://linkedin.com/in/jamila-moseka)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](https://github.com/jmoseka/decode-morse-code/blob/decode-morse-code/LICENSE) is licensed.