るりまサーチ

最速Rubyリファレンスマニュアル検索!
107件ヒット [101-107件を表示] (0.086秒)
トップページ > クエリ:i[x] > クエリ:method[x] > 種類:インスタンスメソッド[x] > クラス:UnboundMethod[x]

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. csv to_i
  5. matrix i

ライブラリ

キーワード

検索結果

<< < 1 2 >>

UnboundMethod#hash -> Integer (3114.0)

自身のハッシュ値を返します。

...自身のハッシュ値を返します。


//emlist[例][ruby]{
a = method(:==).unbind
b = method(:eql?).unbind
p a.eql? b # => true
p a.hash == b.hash # => true
p [a, b].uniq.size # => 1
//}...
<< < 1 2 >>