|
|
|
|
|
by cheald
4911 days ago
|
|
Well, the obvious case is a "safe monkeypatch", where you want to add some functionality to a class, but only if it hasn't already been added (maybe by some third module). I think this could more easily allow for the use of multiple support libraries (like ActiveSupport) without having to worry about them clobbering each other. |
|