Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 604 Bytes

File metadata and controls

18 lines (12 loc) · 604 Bytes

Masterclass: Ruby Enumerables!!

Requirements

  • Ruby
  • Bundle

Structure

  • 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

Resources