franzejr / best-ruby

Ruby Tricks, Idiomatic Ruby, Refactoring and Best Practices
http://franzejr.github.io/best-ruby/
2.39k stars 218 forks source link

adds some memoization examples #4

Closed fredkelly closed 9 years ago

fredkelly commented 9 years ago

Examples adapted from: http://www.justinweiss.com/articles/4-simple-memoization-patterns-in-ruby-and-one-gem/

franzejr commented 9 years ago

Cool stuff! Thanks @fredkelly !