mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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.
|
||
|---|---|---|
| .. | ||
| building_ruby.md | ||
| documentation_guide.md | ||
| making_changes_to_ruby.md | ||
| making_changes_to_stdlibs.md | ||
| reporting_issues.md | ||
| testing_ruby.md | ||