How to Install ruby-memoize in Ubuntu 18.04



Install ruby-memoize by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-memoize

Description:

Ruby library providing speed up methods at the cost of memory (or disk space)

The memoize library allows you to cache methods for faster lookup. Cached results can either be stored in memory (the default) or to a file. . This library is deprecated. Memoization alternatives are memoist, memoizable and simple_memoize.

Homepage: https://github.com/djberg96/memoize

Version: 1.3.1-5

Section: universe/ruby