るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. cgi/html form
  2. cgi form
  3. cgi multipart_form
  4. htmlextension form
  5. cgi/html multipart_form

ライブラリ

クラス

検索結果

Gem::Platform#=~(other) -> bool (81658.0)

自身と other のプラットフォームが一致する場合に真を返します。 そうでない場合は、偽を返します。

自身と other のプラットフォームが一致する場合に真を返します。
そうでない場合は、偽を返します。

other が文字列の場合は、まず Gem::Platform に変換してから比較を行います。
other が文字列でも Gem::Platform でもない場合は nil を返します。

@param other 比較対象のオブジェクトです。

@see Gem::Platform#===