Ruby Facets v1.4.5 Release Notes

Release Date: 2006-07-05 // almost 18 years ago
  • 🔄 Changes:

    • ➕ Additions

      • Add NilClass#status which allows a message to be passed through a failure chain.
      • Add Module#alias_method_chain from Rails as a cleveridiom for module-based method wrapping. A limited solution, but since there's no standard solution as of yet, well support til then.
      • Add Enumerable#cascade, cascade a list of actions on each element of an enumerable.