mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Simplify operator method references
This commit is contained in:
parent
e6b537e605
commit
50c972a1ae
10 changed files with 78 additions and 85 deletions
4
struct.c
4
struct.c
|
@ -1587,8 +1587,8 @@ rb_struct_dig(int argc, VALUE *argv, VALUE self)
|
|||
*
|
||||
* === Methods for Comparing
|
||||
*
|
||||
* {#==}[#method-i-3D-3D]:: Returns whether a given object is equal to +self+,
|
||||
* using <tt>==</tt> to compare member values.
|
||||
* #==:: Returns whether a given object is equal to +self+, using <tt>==</tt>
|
||||
* to compare member values.
|
||||
* #eql?:: Returns whether a given object is equal to +self+,
|
||||
* using <tt>eql?</tt> to compare member values.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue