120件ヒット
[1-100件を表示]
(0.136秒)
別のキーワード
種類
- インスタンスメソッド (72)
- ライブラリ (36)
- 定数 (12)
ライブラリ
-
rubygems
/ dependency (84)
クラス
-
Gem
:: Dependency (84)
キーワード
- <=> (12)
- =~ (12)
- TYPES (12)
- name (12)
-
requirements
_ list (12) -
rubygems
/ dependency _ installer (12) -
rubygems
/ dependency _ list (12) -
version
_ requirements (12) -
version
_ requirements= (12)
検索結果
先頭5件
-
rubygems
/ dependency (64000.0) -
Gem の依存関係を管理するためのライブラリです。
Gem の依存関係を管理するためのライブラリです。 -
rubygems
/ dependency _ installer (32000.0) -
ある Gem が依存している Gem を同時にインストールするためのライブラリです。
ある Gem が依存している Gem を同時にインストールするためのライブラリです。 -
rubygems
/ dependency _ list (32000.0) -
Gem の依存関係を扱うためのライブラリです。
Gem の依存関係を扱うためのライブラリです。 -
Gem
:: Dependency # requirements _ list -> [String] (20200.0) -
バージョンの必要条件を文字列の配列として返します。
バージョンの必要条件を文字列の配列として返します。 -
Gem
:: Dependency # version _ requirements=(version _ requirements) (14200.0) -
依存しているバージョンを設定します。
...依存しているバージョンを設定します。
@param version_requirements Gem::Requirement のインスタンスを指定します。... -
Gem
:: Dependency # version _ requirements -> Gem :: Requirement (14100.0) -
依存しているバージョンを返します。
依存しているバージョンを返します。 -
Gem
:: Dependency # <=>(other) -> Integer (8100.0) -
self と other を Gem::Dependency#name の ASCII コードで比較して self が大きい時には正の整数、等しい時には 0、小さい時には負の整数を返します。
...self と other を Gem::Dependency#name の ASCII コードで比較して
self が大きい時には正の整数、等しい時には 0、小さい時には負の整数を返します。... -
Gem
:: Dependency # =~(other) -> bool (8100.0) -
self と other を比較して真偽値を返します。
...self と other を比較して真偽値を返します。
self の Gem::Dependency#name が正規表現として other とマッチしない場合は偽を返します。
self が other との依存関係を満たしていれば真を返します。満たしていなければ偽を返します。... -
Gem
:: Dependency # name -> String (8100.0) -
依存関係の名前を文字列か正規表現で返します。
依存関係の名前を文字列か正規表現で返します。