るりまサーチ

最速Rubyリファレンスマニュアル検索!
336件ヒット [1-100件を表示] (0.033秒)
トップページ > クエリ:d[x] > ライブラリ:rubygems/dependency[x]

別のキーワード

  1. bigdecimal/util to_d
  2. float to_d
  3. rsa d
  4. rsa d=
  5. matrix d

検索結果

<< 1 2 3 ... > >>

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 の依存関係を扱うためのクラスです。
<< 1 2 3 ... > >>