Skip to content

philosodad/mogrify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mogrify

Build Status
Gem Version

The mogrify gem is a set of non-destructive transformers for enumerable objects. The tests are the best place to look for a feel of what the methods do.

symogrify

Instance method on Hash, returns the same hash with all string keys converted to symbols (even keys in nested hashes).

hashmogrify

Monkey patch for enumerable, takes a block and returns a hash where the key and value are the result of applying the block to the enumerable.

About

The mogrify gem is a set of non-destructive transformers for enumerable objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages