Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support patching singleton classes #5

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Conversation

mamhoff
Copy link
Contributor

@mamhoff mamhoff commented Dec 22, 2024

If we want to patch class methods and still be able to call super, we have to use the classes "singleton_class". This addition to the regexp in the patch finder allows that.

If we want to patch class methods and still be able to call super, we
have to use the classes "singleton_class". This addition to the regexp
in the patch finder allows that.
@mamhoff mamhoff merged commit 05fedde into main Jan 8, 2025
1 check passed
@mamhoff mamhoff deleted the support-singleton-classes branch January 8, 2025 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants