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

Avoid using prepend + super for fallback #28

Merged
merged 1 commit into from
Nov 4, 2022
Merged

Conversation

k0kubun
Copy link
Member

@k0kubun k0kubun commented Nov 4, 2022

prepend is prioritized more than ActiveSupport's monkey-patch, but the monkey-patch needs to work.

`prepend` is prioritized more than ActiveSupport's monkey-patch, but the
monkey-patch needs to work.
@k0kubun k0kubun changed the title Avoid prepend to implement fallback Avoid using prepend + super for fallback Nov 4, 2022
@k0kubun k0kubun merged commit 611de5a into ruby:master Nov 4, 2022
@k0kubun k0kubun deleted the no-prepend branch November 4, 2022 16:46
matzbot pushed a commit to ruby/ruby that referenced this pull request Nov 4, 2022
(ruby/erb#28)

`prepend` is prioritized more than ActiveSupport's monkey-patch, but the
monkey-patch needs to work.

ruby/erb@611de5a865
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant