X7ROOT File Manager
Current Path:
/opt/alt/ruby18/share/ri/1.8/system/Symbol
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Symbol
/
📄
%3d%3d%3d-i.yaml
(1.33 KB)
ðŸ“
..
📄
all_symbols-c.yaml
(809 B)
📄
cdesc-Symbol.yaml
(1.63 KB)
📄
dclone-i.yaml
(166 B)
📄
id2name-i.yaml
(400 B)
📄
inspect-i.yaml
(382 B)
📄
to_i-i.yaml
(444 B)
📄
to_int-i.yaml
(212 B)
📄
to_proc-i.yaml
(426 B)
📄
to_s-i.yaml
(394 B)
📄
to_sym-i.yaml
(385 B)
📄
to_yaml-i.yaml
(179 B)
📄
yaml_new-c.yaml
(187 B)
Editing: %3d%3d%3d-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Equality---At the <tt>Object</tt> level, <tt>==</tt> returns <tt>true</tt> only if <em>obj</em> and <em>other</em> are the same object. Typically, this method is overridden in descendent classes to provide class-specific meaning. - !ruby/struct:SM::Flow::P body: "Unlike <tt>==</tt>, the <tt>equal?</tt> method should never be overridden by subclasses: it is used to determine object identity (that is, <tt>a.equal?(b)</tt> iff <tt>a</tt> is the same object as <tt>b</tt>)." - !ruby/struct:SM::Flow::P body: "The <tt>eql?</tt> method returns <tt>true</tt> if <em>obj</em> and <em>anObject</em> have the same value. Used by <tt>Hash</tt> to test members for equality. For objects of class <tt>Object</tt>, <tt>eql?</tt> is synonymous with <tt>==</tt>. Subclasses normally continue this tradition, but there are exceptions. <tt>Numeric</tt> types, for example, perform type conversion across <tt>==</tt>, but not across <tt>eql?</tt>, so:" - !ruby/struct:SM::Flow::VERB body: " 1 == 1.0 #=> true\n 1.eql? 1.0 #=> false\n" full_name: Symbol#=== is_singleton: false name: === params: | obj == other => true or false obj.equal?(other) => true or false obj.eql?(other) => true or false visibility: public
Upload File
Create Folder