-
Notifications
You must be signed in to change notification settings - Fork 444
Remove dead or unnecessary methods/attributes #1315
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
Conversation
Deploying rdoc with
|
Latest commit: |
acb2e2b
|
Status: | ✅ Deploy successful! |
Preview URL: | https://1cb6e909.rdoc-6cd.pages.dev |
Branch Preview URL: | https://remove-dead-methods.rdoc-6cd.pages.dev |
@c1.each_extend do |extend| extend.module end # cache extended modules | ||
|
||
@m1_m2.document_self = nil | ||
assert @m1_m2.remove_from_documentation? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These same test assertions actually appear in other tests like test_update_includes_with_colons
as well. So we don't need to keep them here either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
696f5dd
to
d1c838c
Compare
d1c838c
to
acb2e2b
Compare
Some methods have been removed in ruby/rdoc#1315.
Some methods have been removed in ruby/rdoc#1315.
Some methods have been removed in ruby/rdoc#1315.
Some methods have been removed in ruby/rdoc#1315.
Some methods have been removed in ruby/rdoc#1315.
This change broke sdoc, because we use |
2 types of targets in this PR: