252件ヒット
[1-100件を表示]
(0.028秒)
クラス
-
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
:: DependencyList # dependency _ order -> [Gem :: Specification] (9115.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 (3019.0) -
self と other を Gem::Dependency#name の ASCII コードで比較して self が大きい時には正の整数、等しい時には 0、小さい時には負の整数を返します。
...self と other を Gem::Dependency#name の ASCII コードで比較して
self が大きい時には正の整数、等しい時には 0、小さい時には負の整数を返します。... -
Gem
:: Dependency # =~(other) -> bool (3009.0) -
self と other を比較して真偽値を返します。
...self と other を比較して真偽値を返します。
self の Gem::Dependency#name が正規表現として other とマッチしない場合は偽を返します。
self が other との依存関係を満たしていれば真を返します。満たしていなければ偽を返します。... -
Gem
:: DependencyInstaller # find _ gems _ with _ sources(dep) -> Array (3008.0) -
与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを 返します。
...返します。
Gem はローカル (Dir.pwd) とリモート (Gem.sources) の両方から検索します。
結果は、バージョンの新しい順が先にきます。また、ローカルの Gem も先にきます。
@param dep Gem::Dependency のインスタンスを指定します。... -
Gem
:: DependencyInstaller # install(dep _ or _ name , version = Gem :: Requirement . default) -> Array (3008.0) -
指定された Gem とその依存する Gem を全てインストールします。
...指定された Gem とその依存する Gem を全てインストールします。
@param dep_or_name Gem の名前か Gem::Dependency のインスタンスを指定します。
@param version バージョンに関する条件を指定します。
@return このメソッドでインストー... -
Gem
:: DependencyList # spec _ predecessors -> Hash (3008.0) -
@todo ???
...@todo ???
Return a hash of predecessors. <tt>result[spec]</tt> is an
Array of gemspecs that have a dependency satisfied by the named
spec.... -
Gem
:: Dependency # name -> String (3003.0) -
依存関係の名前を文字列か正規表現で返します。
依存関係の名前を文字列か正規表現で返します。 -
Gem
:: Dependency # name=(name) (3003.0) -
依存関係の名前を文字列か正規表現でセットします。
依存関係の名前を文字列か正規表現でセットします。 -
Gem
:: Dependency # requirements _ list -> [String] (3003.0) -
バージョンの必要条件を文字列の配列として返します。
バージョンの必要条件を文字列の配列として返します。