SamSaffron / lru_redux

An efficient optionally thread safe LRU Cache
MIT License
285 stars 20 forks source link

added #values method to mimic Hash#values #16

Closed makinada closed 7 years ago

makinada commented 7 years ago

Hi, I added #values method to make the class compatible with Ruby Hash class.

SamSaffron commented 7 years ago

Looks good to me! thanks!

makinada commented 7 years ago

Thanks for the quick response!