Registry / utility / morpher

morpher

JSON →
library0.4.2rbrubygemsunverified

Domain Transformation Algebra for transforming data structures declaratively.

gem install morpher
INSTALL
IMPORT
SIG · MORPHER
M
morpher
utilityrubyv0.4.2
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.

Morpher
require 'morpher'

Define a transformation that upcases a name in a hash.

require 'morpher' transformer = Morpher.build do hash -> s(:name) { transform(:string, :upcase) } end result = transformer.call({ name: 'hello' }) puts result.inspect
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
morpher — gem install morpher · libregistry