You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(ruby/prism#3910)
* Update C call seqs
* Prefixing them with self is unusual
* Also use `.` instead of `::` to refer to class methods
* Capitalize location in docs
It allows it to be linked to in docs
* Miscelanous other doc tweaks
* Format code as code
* Nodoc some missed methods
* Fix method reference
* Really try to nodoc ffi module
The previous approach was wrong, to nodoc the class methods
it must be specified at the module itself.
As a result, the private methods like `dump_options` are also removed.
* Remove some def-style comments
They are mostly redundant with the method signature and don't look great when rendered.
Still remaining on nodes. I will improve docs for them in a separate PR
ruby/prism@94e5525521
0 commit comments