るりまサーチ

最速Rubyリファレンスマニュアル検索!
1704件ヒット [201-300件を表示] (0.089秒)

別のキーワード

  1. specification date
  2. specification name=
  3. specification load
  4. specification date=
  5. specification name

キーワード

検索結果

<< < 1 2 3 4 5 ... > >>

Gem::Indexer#compact_specs(specs) -> Array (6207.0)

与えられたスペックを元にスペックを一意に特定できるだけの情報を持った配列を作成して 返します。

...与えられたスペックを元にスペックを一意に特定できるだけの情報を持った配列を作成して
返します。

@param specs Gem::Specification の配列を指定します。...

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

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

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

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

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

Gem::Indexer#collect_specs -> Gem::SourceIndex (6117.0)

Gem のキャッシュディレクトリ内の *.gem ファイルから Gem::Specification を集めます。

...Gem のキャッシュディレクトリ内の *.gem ファイルから Gem::Specification を集めます。...

Gem::SourceIndex#latest_specs -> Array (6117.0)

自身に含まれる最新の Gem::Specification のリストを返します。

...自身に含まれる最新の Gem::Specification のリストを返します。...

Gem::Specification#require_path -> String (6023.0)

Gem::Specification#require_paths の単数バージョンです。

...Gem::Specification#require_paths の単数バージョンです。

@see Gem::Specification#require_paths...

絞り込み条件を変える

Gem::Specification#require_path=(path) (6023.0)

Gem::Specification#require_paths= の単数バージョンです。

...Gem::Specification#require_paths= の単数バージョンです。

@param path この Gem パッケージを使用した際に require するファイルが置かれているディレクトリを指定します。

@see Gem::Specification#require_paths=...

Gem::Specification#has_test_suite? -> bool (6017.0)

このメソッドは非推奨です。 Gem::Specification#has_unit_tests? を使用してください。

...このメソッドは非推奨です。 Gem::Specification#has_unit_tests? を使用してください。...

Gem::Specification#lib_files -> [String] (6017.0)

この Gem パッケージに含まれているファイルのうち Gem::Specification#require_paths 以下にあるファイルのリストを返します。

...この Gem パッケージに含まれているファイルのうち Gem::Specification#require_paths
以下にあるファイルのリストを返します。...

Gem::Specification#test_file -> String (6017.0)

Gem::Specification#test_files の単数バージョンです。

...Gem::Specification#test_files の単数バージョンです。...
<< < 1 2 3 4 5 ... > >>