- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
School Library aims to create classes that includes methods to get information about rental books , who rent it , is it a student or a teacher and the detaiils of the person.
To successfully create module and classes using ruby.
- create classes Person Teacher inherited form Person class Student inherited form Person class
Ruby
Ruby
- get details of person
- add details of a student or a teacher
To get started with enumerable, follow these steps:
Ensure you have the following installed:
- Ruby programming language
- IRB (Interactive Ruby)
-
Clone this repository to your local machine: git clone https://github.com/yashodhicy/SchoolLibrary.git
-
Open your terminal and navigate to the project directory: cd SchoolLibrary
-
Run IRB to access the Ruby interactive console: irb
-
Load the .rb files in IRB
👤 Yashodhi Chathurangi
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- add more classes for rental books
- add basic UI
- perserve data
- unit tests
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please give it a star, and if you would love to tell me ways to improve it, contact me on LinkedIn or Twitter. It will be a pleasure to hear from you.
I would like to thank Microverse (microverse.org) for providing the resources and the knowledge to work on projects like this.
- How do I install Ruby?
You can download the latest version of Ruby from the official website: https://www.ruby-lang.org/en/downloads/
-Where can I learn the basics of Ruby?
Check out the Ruby documentation and tutorials at https://www.ruby-lang.org/en/documentation/ and https://www.ruby-lang.org/en/documentation/quickstart/
This project is MIT licensed.
# SchoolLibrary practice OOP concept in ruby