mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Add explicit line breaks in method signatures for ri. Fixup some comments in object.c. Support changes comments for "in xxx.c"
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e1f3e3496b
commit
a1d3a8e861
5 changed files with 39 additions and 9 deletions
2
object.c
2
object.c
|
@ -844,7 +844,7 @@ main_to_s(obj)
|
|||
|
||||
|
||||
/***********************************************************************
|
||||
* Document-class: TrueClass
|
||||
* Document-class: TrueClass
|
||||
*
|
||||
* The global value <code>true</code> is the only instance of class
|
||||
* <code>TrueClass</code> and represents a logically true value in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue