зеркало из https://github.com/github/ruby.git
* object.c (rb_equal): Let Object be a link in #=== documentation.
Patch by Zachary Scott. [ruby-trunk - Feature #6518] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
960660353f
Коммит
c458f08e90
|
@ -1,3 +1,8 @@
|
||||||
|
Fri Jun 1 06:29:42 2012 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
|
* object.c (rb_equal): Let Object be a link in #=== documentation.
|
||||||
|
Patch by Zachary Scott. [ruby-trunk - Feature #6518]
|
||||||
|
|
||||||
Thu May 31 09:27:06 2012 Eric Hodel <drbrain@segment7.net>
|
Thu May 31 09:27:06 2012 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
* ext/dl/lib/dl/struct.rb (DL::CStructEntity::size): Refactored ::size
|
* ext/dl/lib/dl/struct.rb (DL::CStructEntity::size): Refactored ::size
|
||||||
|
|
6
object.c
6
object.c
|
@ -42,9 +42,9 @@ static ID id_const_missing;
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* obj === other -> true or false
|
* obj === other -> true or false
|
||||||
*
|
*
|
||||||
* Case Equality---For class <code>Object</code>, effectively the same
|
* Case Equality -- For class Object, effectively the same as calling
|
||||||
* as calling <code>#==</code>, but typically overridden by descendants
|
* <code>#==</code>, but typically overridden by descendants to provide
|
||||||
* to provide meaningful semantics in <code>case</code> statements.
|
* meaningful semantics in +case+ statements.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
VALUE
|
VALUE
|
||||||
|
|
Загрузка…
Ссылка в новой задаче