/Ruby-Enumerables

Ruby Enumerable Module

Primary LanguageRuby

Ruby-Enumerables

Implementation of Ruby Enumerable Module

'''bash

Methods Include

  • #each

  • #each_with_index

  • #select

  • #all?

  • #any?

  • #none?

  • #count

  • #map

  • #inject '''

Built With

  • Ruby

Author

Contributing

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