- Ruby
- Bundle
lib/book.rb
: Represents a book with title, and author.lib/bookcase.rb
: A set of shelves for books. Implements some Enumerable methods.spec/bookcase_spec.rb
: Contains some samples of operations using Enumerable with different implementations