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

Remove comments from core classes in json/add #283

Merged
merged 1 commit into from
Jun 7, 2016

Conversation

stomar
Copy link
Contributor

@stomar stomar commented Apr 25, 2016

(Previously submitted to MRI's bug tracker, as https://bugs.ruby-lang.org/issues/12255).

This patch removes some comments that otherwise would appear in MRI's docs of the affected core classes.

E.g. for Exception

$ ri Exception
Descendants of class Exception are used to [...]

[snipped class documentation]

Exception serialization/deserialization        <- does not belong here!
-------------------------------------------
Class methods:

[snip]

Or see for example http://docs.ruby-lang.org/en/trunk/Exception.html, where the same comment appears just above the "Public Class Methods" section.

@flori flori merged commit 6327cbb into ruby:master Jun 7, 2016
@stomar stomar deleted the remove-comments branch June 10, 2016 19:30
@stomar
Copy link
Contributor Author

stomar commented Jun 10, 2016

Thanks!

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