Skip to content

Instantly share code, notes, and snippets.

@grota
Created December 26, 2012 10:23
Show Gist options
  • Save grota/4379459 to your computer and use it in GitHub Desktop.
Save grota/4379459 to your computer and use it in GitHub Desktop.
Question regarding the absence of documentation for `public_methods` in RMI

I'm a ruby newbie, and I was wondering why there was no html generated documentation for the public_methods method defined in class.c in RMI.

The rdoc comments seem to be present in the class.c file, but there's no trace of them in the html output.

The same thing happens to me locally when I generate the html with rvm docs generate.

It's not only an issue for public_methods but also for methods, protected_methods, private_methods, singleton_methods, basically all the methods that have obj. in the rdoc comment.
Are those methods deprecated by any chance?

@zzak
Copy link

zzak commented Dec 28, 2012

It seems this was fixed at once by r36272, but then something happened in this commit. I need to investigate further.

@zzak
Copy link

zzak commented Dec 29, 2012

I have created the proper backport ticket

@grota
Copy link
Author

grota commented Dec 29, 2012

Thanks for the feedback @zzak and @Neurogami I'll file issues to ruby-core in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment