るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.110秒)
トップページ > クエリ:Gem::Dependency[x] > バージョン:2.6.0[x] > ライブラリ:rubygems[x] > クエリ:=~[x] > クラス:Gem::Dependency[x]

別のキーワード

  1. new openssl::bn
  2. new openssl::asn1::asn1data
  3. new openssl::pkey::ec::group
  4. new openssl::x509::certificate
  5. start net::smtp

検索結果

Gem::Dependency#=~(other) -> bool (117325.0)

self と other を比較して真偽値を返します。

...self と other を比較して真偽値を返します。

self の Gem::Dependency#name が正規表現として other とマッチしない場合は偽を返します。
self が other との依存関係を満たしていれば真を返します。満たしていなければ偽を返します。...