Registry / utility / its-it

its-it

JSON →
library2.0.0rbrubygemsunverified

Defines the Kernel method 'it' to queue and defer method calls, extending Symbol#to_proc for chaining.

gem install its-it
INSTALL
IMPORT
SIG · ITS-IT
I
its-it
utilityrubyv2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Kernel
require 'its-it'

Use 'it' to chain method calls on collections.

require 'its-it' items = ['hello', 'world'] items.collect(&it.capitalize) # => ['Hello', 'World']
Debug
Known issues
gotchaModifies Kernel globally; may conflict with other libraries.
fix
Use with caution in large codebases or isolate usage.
affects: >= 2.0.0
Upgrade
Version history
2.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
its-it — gem install its-it · libregistry