turingschool-examples / ruby-exercises

A collection of exercises to practice various aspects of Ruby
MIT License
237 stars 766 forks source link

Add explanation for using ../enumerables/exercise-1/objects files #114

Open brennacodes opened 2 years ago

brennacodes commented 2 years ago

Within the enumerables exercises, there is an objects directory, and a spec directory. The README.md in both enumerables and exercises makes no mention of what the files located within the objects directory should be used for, or how they should be used. The *_spec.rb files also make no mention of the files, classes, or class attributes within the objects folder.

Recommendation: