Implementation of Ruby Enumerable Module
'''bash
-
#each
-
#each_with_index
-
#select
-
#all?
-
#any?
-
#none?
-
#count
-
#map
-
#inject '''
- Ruby
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
##Tests Added a few tests using Ruby RSpec