Monkey Patching (Ruby)
Monkey patching is reopening an existing class — even a built-in one like String or Integer — to add or change methods at runtime. It's powerful Ruby…
Monkey patching is reopening an existing class — even a built-in one like String or Integer — to add or change methods at runtime. It's powerful Ruby…