Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 243 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 243 Bytes

Day 15

Very straightforward.

I monkey patched the hashing function directly onto class String. Not the cleanest OOP, but very Ruby. I really appreciated the support in Array to manage the order of lenses as I added and removed them.