Ruby 2.2.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > Stringクラス > hash
hash -> Integer
[permalink][rdoc]self のハッシュ値を返します。 eql? で等しい文字列は、常にハッシュ値も等しくなります。
"test".hash # => 4038258770210371295
("te" + "st").hash == "test".hash # => true
[SEE_ALSO] Hash