Registry / utility / transproc

transproc

JSON →
library1.1.1rbrubygemsunverified

Transform Ruby objects in functional style using composable data transformation functions.

gem install transproc
INSTALL
IMPORT
SIG · TRANSPROC
T
transproc
utilityrubyv1.1.1
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.

Transproc
require 'transproc'

Compose and apply functional transformations to arrays.

require 'transproc' fn = Transproc(:map_array, Transproc(:add, 1)) fn.call([1, 2, 3]) # => [2, 3, 4]
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
transproc — gem install transproc · libregistry