るりまサーチ

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

別のキーワード

  1. openstruct each_pair
  2. openstruct to_h
  3. ostruct openstruct
  4. openstruct []=

ライブラリ

検索結果

OpenStruct#eql?(other) -> bool (27114.0)

self と other が等しい場合に true を返します。そうでない場合は false を 返します。

...します。そうでない場合は false を
返します。

具体的には other が OpenStruct オブジェクトかそのサブクラスでかつ、
self の各要素を保持した内部の Hash が eql? で比較して等しい場合に
true を返します。

@param other 比較対象の...