252件ヒット
[1-100件を表示]
(0.020秒)
クラス
-
Gem
:: Dependency (96) -
Gem
:: DependencyInstaller (72) -
Gem
:: DependencyList (84)
キーワード
- <=> (12)
- =~ (12)
- add (12)
-
dependency
_ order (12) -
find
_ gems _ with _ sources (12) -
find
_ name (12) -
find
_ spec _ by _ name _ and _ version (12) -
gather
_ dependencies (12) -
gems
_ to _ install (12) - install (12)
-
installed
_ gems (12) - name (12)
- name= (12)
- ok? (12)
-
ok
_ to _ remove? (12) -
remove
_ by _ name (12) -
requirements
_ list (12) -
spec
_ predecessors (12) - type (12)
-
version
_ requirements (12) -
version
_ requirements= (12)
検索結果
先頭5件
-
Gem
:: DependencyInstaller # gather _ dependencies -> Array (9102.0) -
依存関係を無視するように指定されていない限り、インストールするように指定された Gem が依存している Gem の情報を集めて返します。
依存関係を無視するように指定されていない限り、インストールするように指定された
Gem が依存している Gem の情報を集めて返します。 -
Gem
:: DependencyList # dependency _ order -> [Gem :: Specification] (9102.0) -
依存する Gem の数が少ない順にソートされた Gem::Specification のリストを返します。
...If there are circular dependencies (yuck!), then gems will be
returned in order until only the circular dependents and anything
they reference are left. Then arbitrary gemspecs will be returned
until the circular dependency is broken, after which gems will be
returned in dependency order again.... -
Gem
:: Dependency # <=>(other) -> Integer (3003.0) -
self と other を Gem::Dependency#name の ASCII コードで比較して self が大きい時には正の整数、等しい時には 0、小さい時には負の整数を返します。
...self と other を Gem::Dependency#name の ASCII コードで比較して
self が大きい時には正の整数、等しい時には 0、小さい時には負の整数を返します。... -
Gem
:: Dependency # =~(other) -> bool (3003.0) -
self と other を比較して真偽値を返します。
...self と other を比較して真偽値を返します。
self の Gem::Dependency#name が正規表現として other とマッチしない場合は偽を返します。
self が other との依存関係を満たしていれば真を返します。満たしていなければ偽を返します。... -
Gem
:: Dependency # name -> String (3003.0) -
依存関係の名前を文字列か正規表現で返します。
依存関係の名前を文字列か正規表現で返します。 -
Gem
:: Dependency # name=(name) (3003.0) -
依存関係の名前を文字列か正規表現でセットします。
依存関係の名前を文字列か正規表現でセットします。 -
Gem
:: Dependency # requirements _ list -> [String] (3003.0) -
バージョンの必要条件を文字列の配列として返します。
バージョンの必要条件を文字列の配列として返します。 -
Gem
:: Dependency # type -> Symbol (3003.0) -
依存関係の型を返します。
依存関係の型を返します。 -
Gem
:: Dependency # version _ requirements -> Gem :: Requirement (3003.0) -
依存しているバージョンを返します。
依存しているバージョンを返します。