るりまサーチ

最速Rubyリファレンスマニュアル検索!
252件ヒット [1-100件を表示] (0.034秒)
トップページ > クエリ:d[x] > 種類:インスタンスメソッド[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] (24302.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 (18202.0)

依存関係を無視するように指定されていない限り、インストールするように指定された Gem が依存している Gem の情報を集めて返します。

依存関係を無視するように指定されていない限り、インストールするように指定された
Gem が依存している Gem の情報を集めて返します。

Gem::DependencyInstaller#find_spec_by_name_and_version(gem_name, version = Gem::Requirement.default) -> Array (12202.0)

与えられた Gem の名前とバージョンに関する条件にマッチする Gem::Specification と それの存在する URI を含む配列を返します。

与えられた Gem の名前とバージョンに関する条件にマッチする Gem::Specification と
それの存在する URI を含む配列を返します。

@param gem_name Gem の名前を指定します。

@param version Gem が満たすバージョンに関する条件を指定します。

Gem::DependencyList#spec_predecessors -> Hash (12102.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::DependencyInstaller#find_gems_with_sources(dep) -> Array (9102.0)

与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを 返します。

...トを
返します。

Gem はローカル (Dir.pwd) とリモート (Gem.sources) の両方から検索します。
結果は、バージョンの新しい順が先にきます。また、ローカルの Gem も先にきます。

@param dep Gem::Dependency のインスタンスを指定します...

絞り込み条件を変える

Gem::DependencyInstaller#installed_gems -> Array (9102.0)

Gem::DependencyInstaller#install でインストールされた Gem のリストを返します。

...Gem::DependencyInstaller#install でインストールされた Gem のリストを返します。...

Gem::DependencyList#add(*gemspecs) (9102.0)

与えられた Gem::Specification のインスタンスを自身に追加します。

与えられた Gem::Specification のインスタンスを自身に追加します。

@param gemspecs Gem::Specification のインスタンスを一つ以上指定します。

Gem::DependencyList#find_name(full_name) -> Gem::Specification | nil (9102.0)

自身に含まれる与えられた名前を持つ Gem::Specification のインスタンスを返します。

自身に含まれる与えられた名前を持つ Gem::Specification のインスタンスを返します。

見つからなかった場合は nil を返します。

@param full_name バージョンを含むフルネームで Gem の名前を指定します。

@see Gem::Specification#full_name

Gem::DependencyInstaller#install(dep_or_name, version = Gem::Requirement.default) -> Array (6202.0)

指定された Gem とその依存する Gem を全てインストールします。

...指定された Gem とその依存する Gem を全てインストールします。

@param dep_or_name Gem の名前か Gem::Dependency のインスタンスを指定します。

@param version バージョンに関する条件を指定します。

@return このメソッドでインストー...
<< 1 2 3 > >>