Skip to content
This repository has been archived by the owner on Jan 21, 2019. It is now read-only.

Latest commit

 

History

History
4 lines (2 loc) · 94 Bytes

Readme.md

File metadata and controls

4 lines (2 loc) · 94 Bytes

Queue

Ruby's Array is already a queue. We can use forwardable and delegates to create one.