Module: ItsIt

Defined in:
lib/its-it/it.rb,
lib/its-it/kernel.rb,
lib/its-it/version.rb

Overview

This module contains an It class which queues any methods called on it and can be converted into a Proc. The Proc it generates executes the queued methods in the order received on the argument passed to the block, allowing something like the following:

(1..10).select &it % 2 == 0

Defined Under Namespace

Modules: Kernel Classes: It

Constant Summary collapse

VERSION =
"1.1.1"