Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.05 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.05 KB

Enumerables

This is the second project of the Main Ruby curriculum at Microverse - @microverseinc.

enumerables (The Odin Project)

Built With

  • Ruby

Description

The task was to write enumerable methods in ruby.

This project is mainly about

  • Learning ruby syntax
  • Using blocks, procs, and the yield command in ruby
  • Learning how to write enumerable methods

Development

  • Run script
ruby enumerables.rb
  • #my_each
  • #my_each_with_index
  • #my_select
  • #my_all?
  • #my_any?
  • #my_none?
  • #my_count
  • #my_map
  • #my_inject
  • #multiply_els

Authors

Tendongze Godson

📝 License

This project is MIT licensed.