るりまサーチ

最速Rubyリファレンスマニュアル検索!
211件ヒット [201-211件を表示] (0.108秒)

別のキーワード

  1. openssl p
  2. openssl p=
  3. fileutils mkdir_p
  4. dsa p
  5. rsa p

ライブラリ

クラス

検索結果

<< < 1 2 3 >>

UnboundMethod#hash -> Integer (25.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 3 >>