myrrha version 1.0.0 has been released!
Myrrha provides the coercion framework which is missing to Ruby, IMHO.
- http://rubydoc.info/github/blambeau/myrrha/master/frames
- http://github.com/blambeau/myrrha
- http://rubygems.org/gems/myrrha
Myrrha provides the coercion framework which is missing to Ruby, IMHO.
Coercions are simply defined as a set of rules for converting values
from
source to target domains (defined in a somewhat abstract sense). As a
typical and useful example, Myrrha comes bundled with a coerce() method
providing a unique entry point for converting a string to a numeric, a
boolean,
a date, a time, an URI, and so on.
Changes:
1.0.0 / 2011-07-22
-
Enhancements
- Birthday!
Bernard