Install ruby-memoizable by entering the following commands in the terminal:
sudo apt update sudo apt install ruby-memoizable
Description:
memoize method return values
Memoization is an optimization that saves the return value of a method so it doesn't need to be re-computed every time that method is called. . Learn more about its rationale and usage at /usr/share/ruby-memoizable/README.md
Homepage: https://github.com/dkubb/memoizable
Version: 0.4.2-1
Section: universe/ruby