Necromancer with new syntax
Necromancer adds new syntax for data transformations such as coercion into range
Necromancer.convert('1-10') >> Range
, or casting to boolean type Necromancer.convert('yes') >> :boolean
. Enjoy!
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Necromancer adds new syntax for data transformations such as coercion into range
Necromancer.convert('1-10') >> Range
, or casting to boolean type Necromancer.convert('yes') >> :boolean
. Enjoy!
Post a comment