refine and using Methods in Ruby
The Module#refine method allows you to register a monkey-patch for a specific class that can be applied whenever we want by calling the Module#using method… SEE MORE
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!
The Module#refine method allows you to register a monkey-patch for a specific class that can be applied whenever we want by calling the Module#using method… SEE MORE
Post a comment