You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Corefines is a collection of general purpose refinements for extending the core capabilities of Ruby’s built-in classes. It’s like Facets or ActiveSupport, but doesn’t pollute the global scope (when run on Ruby that supports refinements).
However, it’s not just about core extensions. Corefines also provides some “syntactic sugar” for more convenient using of refinements and compatibility mode for rubies that don’t support refinements (yet)!
https://github.com/jirutka/corefines
https://rubygems.org/gems/corefines
Corefines is a collection of general purpose refinements for extending the core capabilities of Ruby’s built-in classes. It’s like Facets or ActiveSupport, but doesn’t pollute the global scope (when run on Ruby that supports refinements).
However, it’s not just about core extensions. Corefines also provides some “syntactic sugar” for more convenient using of refinements and compatibility mode for rubies that don’t support refinements (yet)!
It’s used in production: cvut/sirius, asciidoctor-doctest.
The text was updated successfully, but these errors were encountered: