るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. dependency <=>
  2. dependency name
  3. dependency type
  4. dependency name=

ライブラリ

クラス

検索結果

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

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

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

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