Skip to content

tGodson/Enumerables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages