最速Rubyリファレンスマニュアル検索!
すべて(12)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
3.4(1)
12件ヒット
[1-12件を表示]
(0.006秒)
トップページ
>
:
=~
>
クラス:Gem::Dependency
別のキーワード
_builtin =~
string =~
regexp =~
symbol =~
platform =~
ライブラリ
rubygems
/
dependency
(12)
検索結果
先頭1件
Gem
::
Dependency
#
=~(other) -> bool
Gem
::
Dependency
#
=~(other) -> bool
(18101.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
3.4
インスタンスメソッド
self と other を比較して真偽値を返します。
...
self と other を比較して真偽値を返します。
self の
Gem::Dependency
#name が正規表現として other とマッチしない場合は偽を返します。
self が other との依存関係を満たしていれば真を返します。満たしていなければ偽を返します。
...