Registry / utility / extensions

extensions

JSON →
library0.6.0rbrubygemsunverified

A set of extensions to Ruby's built-in classes, gathering common idioms, useful additions, and aliases.

gem install extensions
INSTALL
IMPORT
SIG · EXTENSIONS
E
extensions
utilityrubyv0.6.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.

Extensions
require 'extensions'

Use the Symbol#to_proc extension provided by the gem

require 'extensions' # Use the 'to_proc' extension on Symbol [1, 2, 3].map(&:to_s) # => ['1', '2', '3']
Debug
Known issues
gotchaMonkey-patches core Ruby classes, which can cause conflicts with other libraries.
fix
Use with caution in large projects; consider requiring only specific extensions if possible.
affects: >= 0.0.0
Upgrade
Version history
0.6.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
extensions — gem install extensions · libregistry