るりまサーチ

最速Rubyリファレンスマニュアル検索!
1709件ヒット [1701-1709件を表示] (0.100秒)
トップページ > クエリ:c[x] > クエリ:string[x] > クラス:String[x] > 種類:インスタンスメソッド[x]

別のキーワード

  1. _builtin to_c
  2. etc sc_2_c_bind
  3. etc sc_2_c_dev
  4. tracer display_c_call
  5. tracer display_c_call=

ライブラリ

キーワード

検索結果

<< < ... 16 17 18 >>

String#hash -> Integer (9008.0)

self のハッシュ値を返します。 eql? で等しい文字列は、常にハッシュ値も等しくなります。

self のハッシュ値を返します。
eql? で等しい文字列は、常にハッシュ値も等しくなります。

//emlist[例][ruby]{
"test".hash # => 4038258770210371295
("te" + "st").hash == "test".hash # => true
//}

@see Hash
<< < ... 16 17 18 >>