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
{{ message }}
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
#stub! and #unstub! are just aliases for #stub and #unstub, respectively. They don't seem to serve a lot of purpose at this point. I'm not really sure what the original reason to have both was.
Given that they are methods added to every object in the system, and it behooves us to add as few methods to every object in the system as possible, I think we should consider deprecating and/or removing #stub! and #unstub!.