Modifying Ruby's StdLib with Gems
How to safely patch Ruby’s StdLib in Gems, how to avoid issues of combined Module#prepend & method aliasing, from other patches.
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!
How to safely patch Ruby’s StdLib in Gems, how to avoid issues of combined Module#prepend & method aliasing, from other patches.
Post a comment