るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.022秒)
トップページ > ライブラリ:ビルトイン[x] > バージョン:2.3.0[x] > クエリ:systemcallerror[x] > クエリ:errno[x] > クエリ:===[x] > クラス:SystemCallError[x]

別のキーワード

  1. systemcallerror new
  2. _builtin systemcallerror
  3. systemcallerror errno
  4. systemcallerror ===
  5. new systemcallerror

検索結果

SystemCallError.===(other) -> bool (81724.0)

other が SystemCallError のサブクラスのインスタンスで、 かつ、other.errno の値が self::Errno と同じ場合に真を返します。そうでない場合は偽を返します。

...other が SystemCallError のサブクラスのインスタンスで、
かつ、other.errno の値が self::Errno と同じ場合に真を返します。そうでない場合は偽を返します。

従って、特に other が self.kind_of?(other) である場合には Module#=== と同様に真...