* object.c: [DOC] Improve grammar for Module#===
Patch by @SkyBirdSoar in documenting-ruby/ruby#52: https://github.com/documenting-ruby/ruby/pull/52 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d4917bfe1f
commit
f47473acd1
@ -1,3 +1,9 @@
|
|||||||
|
Sat Aug 8 03:59:51 2015 Zachary Scott <zzak@ruby-lang.org>
|
||||||
|
|
||||||
|
* object.c: [DOC] Improve grammar for Module#===
|
||||||
|
Patch by @SkyBirdSoar in documenting-ruby/ruby#52:
|
||||||
|
https://github.com/documenting-ruby/ruby/pull/52
|
||||||
|
|
||||||
Sat Aug 8 03:39:33 2015 Zachary Scott <zzak@ruby-lang.org>
|
Sat Aug 8 03:39:33 2015 Zachary Scott <zzak@ruby-lang.org>
|
||||||
|
|
||||||
* hash.c: [DOC] Improve description of symbol key syntax
|
* hash.c: [DOC] Improve description of symbol key syntax
|
||||||
|
6
object.c
6
object.c
@ -1521,9 +1521,9 @@ rb_mod_freeze(VALUE mod)
|
|||||||
* mod === obj -> true or false
|
* mod === obj -> true or false
|
||||||
*
|
*
|
||||||
* Case Equality---Returns <code>true</code> if <i>obj</i> is an
|
* Case Equality---Returns <code>true</code> if <i>obj</i> is an
|
||||||
* instance of <i>mod</i> or one of <i>mod</i>'s descendants. Of
|
* instance of <i>mod</i> or and instance of one of <i>mod</i>'s descendants.
|
||||||
* limited use for modules, but can be used in <code>case</code>
|
* Of limited use for modules, but can be used in <code>case</code> statements
|
||||||
* statements to classify objects by class.
|
* to classify objects by class.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user