336件ヒット
[1-100件を表示]
(0.033秒)
種類
- インスタンスメソッド (252)
- クラス (36)
- 特異メソッド (24)
- 定数 (24)
クラス
-
Gem
:: Dependency (108) -
Gem
:: DependencyInstaller (96) -
Gem
:: DependencyList (96)
キーワード
- <=> (12)
- =~ (12)
-
DEFAULT
_ OPTIONS (12) - Dependency (12)
- DependencyInstaller (12)
- DependencyList (12)
- TYPES (12)
- add (12)
-
dependency
_ order (12) -
find
_ gems _ with _ sources (12) -
find
_ name (12) -
find
_ spec _ by _ name _ and _ version (12) -
from
_ source _ index (12) -
gather
_ dependencies (12) -
gems
_ to _ install (12) - install (12)
-
installed
_ gems (12) - name (12)
- name= (12)
- new (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] - Gem
:: DependencyInstaller # gather _ dependencies -> Array - Gem
:: DependencyList . from _ source _ index(src _ index) -> Gem :: DependencyList - Gem
:: DependencyInstaller # find _ spec _ by _ name _ and _ version(gem _ name , version = Gem :: Requirement . default) -> Array - Gem
:: DependencyInstaller :: DEFAULT _ OPTIONS -> Hash
-
Gem
:: DependencyList # dependency _ order -> [Gem :: Specification] (24301.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
:: DependencyInstaller # gather _ dependencies -> Array (18201.0) -
依存関係を無視するように指定されていない限り、インストールするように指定された Gem が依存している Gem の情報を集めて返します。
依存関係を無視するように指定されていない限り、インストールするように指定された
Gem が依存している Gem の情報を集めて返します。 -
Gem
:: DependencyList . from _ source _ index(src _ index) -> Gem :: DependencyList (12401.0) -
与えられた Gem::SourceIndex のインスタンスから自身を作成します。
...与えられた Gem::SourceIndex のインスタンスから自身を作成します。
@param src_index Gem::SourceIndex を指定します。
@see Gem::SourceIndex... -
Gem
:: DependencyInstaller # find _ spec _ by _ name _ and _ version(gem _ name , version = Gem :: Requirement . default) -> Array (12201.0) -
与えられた Gem の名前とバージョンに関する条件にマッチする Gem::Specification と それの存在する URI を含む配列を返します。
与えられた Gem の名前とバージョンに関する条件にマッチする Gem::Specification と
それの存在する URI を含む配列を返します。
@param gem_name Gem の名前を指定します。
@param version Gem が満たすバージョンに関する条件を指定します。 -
Gem
:: DependencyInstaller :: DEFAULT _ OPTIONS -> Hash (12101.0) -
自身を初期化する際に使用するデフォルトのオプションです。
...ォルトのオプションです。
:env_shebang => false,
:domain => :both, # HACK dup
:force => false,
:format_executable => false, # HACK dup
:ignore_dependencies => false,
:security_policy => nil, # HACK NoSecurity requires OpenS... -
Gem
:: DependencyList # spec _ predecessors -> Hash (12101.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 (12002.0) -
Gem の依存関係を管理するクラスです。
Gem の依存関係を管理するクラスです。 -
Gem
:: DependencyInstaller (12001.0) -
ある Gem が依存している Gem を同時にインストールするためのクラスです。
ある Gem が依存している Gem を同時にインストールするためのクラスです。 -
Gem
:: DependencyList (12001.0) -
Gem の依存関係を扱うためのクラスです。
Gem の依存関係を扱うためのクラスです。