How to Install ruby-timers in Ubuntu 18.04



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

sudo apt update
sudo apt install ruby-timers

Description:

pure Ruby timer collections

This library allows one to schedule several procs to fire after configurable delays or at periodic intervals. . It is especially useful when you are faced with an API that accepts a single timeout but you want to run multiple timers on top of it.

Homepage: https://github.com/tarcieri/timers

Version: 4.1.1-2

Section: universe/ruby