Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brytebee/the_enumerables
https://github.com/brytebee/the_enumerables
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brytebee/the_enumerables
- Owner: brytebee
- Created: 2021-02-26T09:12:22.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2022-03-25T09:28:18.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T11:08:07.160Z (about 2 months ago)
- Language: Ruby
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Enumerables
![](https://github.com/brytebee/the_enumerables)## Advanced Building Blocks - Enumerables
> The Enumerable Module relicates the #enumerable_methods of Ruby. I implements the mostly used methouds such as #each, #each_with_index, #select, #all?, #any?, #none?, #count, #map, #inject, by making my versions * To grab a better understanding of how the function!
## Built With
- Ruby
## Live Demo
[Live Demo Link](https://repl.it/@BrightAtsighi/theenumerables)
## screenshot
![screenshot](/assets/screenshot.JPG)
## Install
In a terminal window type gem install RSpec
Once RSpec install has finished, type RSpec --init
You will see a folder spec and a file .rspec
Inside the spec folder you'll see a spec_helper.rb file.## Run
inside the repository, there is a RSpec-testing file called enu_test.go to the folder inside your terminal and type RSpec
## Testing
> In this project, we used Rspec to test all the methods. do this steps: 1/navigate to "ruby_testing" directory inside the project 2/ run "rspec spec/enu_test.rb"or just run this command(rspec ruby_testing/spec/enu_test.rb)
### Prerequisites
Knowledge of basic Ruby and a [repl it](https://repl.it/~) or IRB test environment.
## Author
👤 **Atsighi Bright**
- GitHub: [@brytebee](https://github.com/brytebee)
- Twitter: [@brytebee](https://twitter.com/brytebee)
- LinkedIn: [brytebee](https://www.linkedin.com/in/brytebee/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [Pull page](https://github.com/brytebee/the_enumerables/pull/1).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Appreciations to the TSE's and the Entire Microverse Community
- This would mot have been positive without help from my stand-up Team, The Sylveons, thanks guys.
- To old coding partners I buzzed, your input is well appreciated.## 📝 License
This project is [Microverse](https://www.microverse.org/) licensed.