Myrrha 1.0.0 Released

myrrha version 1.0.0 has been released!

Myrrha provides the coercion framework which is missing to Ruby, IMHO.

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