File: C:/Ruby27-x64/share/ri/2.7.0/system/Hash/compare_by_identity-i.ri
U:RDoc::AnyMethod[iI"compare_by_identity:ETI"Hash#compare_by_identity;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"BMakes <i>hsh</i> compare its keys by their identity, i.e. it ;TI"3will consider exact same objects as same keys.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"0h1 = { "a" => 100, "b" => 200, :c => "c" }
;TI"h1["a"] #=> 100
;TI"h1.compare_by_identity
;TI"&h1.compare_by_identity? #=> true
;TI"2h1["a".dup] #=> nil # different objects.
;TI"9h1[:c] #=> "c" # same symbols are all same.;T:@format0:
@fileI"hash.c;T:0@omit_headings_from_table_of_contents_below0I"$hsh.compare_by_identity -> hsh
;T0[ I"();T@FI" Hash;TcRDoc::NormalClass00