1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/doc/contributing
Burdette Lamar e3a988a29c
[DOC] Revisions for call-seq in doc guidelines (#6121)
Splits certain guidelines for singleton and instance method.
    Calls for instance method to not prefix anything (like RDoc itself for a Ruby-coded instance method); e.g.:
        count -> integer, not array.count,.
        <=> other -> integer or nil, not hash <=> other -> integer or nil.
    Groups previous guidelines into Arguments, Block, Return types, Aliases.
2022-07-12 20:49:24 -05:00
..
building_ruby.md Add information from doc/hacking.md and doc/make_cheatsheet.md back i… (#5963) 2022-05-30 23:50:39 -04:00
documentation_guide.md [DOC] Revisions for call-seq in doc guidelines (#6121) 2022-07-12 20:49:24 -05:00
making_changes_to_ruby.md
making_changes_to_stdlibs.md
reporting_issues.md
testing_ruby.md Fix a typo [ci skip] 2022-06-06 12:00:22 +09:00