るりまサーチ

最速Rubyリファレンスマニュアル検索!
120件ヒット [1-100件を表示] (0.049秒)

別のキーワード

  1. rubygems gem
  2. rubygems/gem_openssl ssl_available?
  3. rubygems/gem_openssl ensure_ssl_available
  4. sourceindex gem_signature
  5. gem source_index

キーワード

検索結果

<< 1 2 > >>

Gem::SourceIndex#specification(full_name) -> Gem::Specification | nil (24342.0)

指定された名前の Gem::Specification オブジェクトを返します。

...指定された名前の Gem::Specification オブジェクトを返します。

@param full_name Gem のフルネームを指定します。...

Gem::SourceIndex#find_name(gem_name, version_requirement = Gem::Requirement.default) -> Gem::Specification (6439.0)

短い名前で正確にマッチする Gem を返します。

...短い名前で正確にマッチする Gem を返します。

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

@param version_requirement

@see Gem::Requirement...

Gem::SourceIndex#add_spec(gem_spec) -> Gem::Specification (6354.0)

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

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

@param gem_spec Gem::Specification のインスタンスを指定します。...

Gem::SourceIndex#search(gem_pattern, platform_only = false) -> [Gem::Specification] (6338.0)

引数で指定された条件を満たす Gem のリストを返します。

...引数で指定された条件を満たす Gem のリストを返します。

@param gem_pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。

@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。...

Gem::SourceIndex#remove_spec(full_name) -> Gem::Specification (6219.0)

引数で指定された名前を持つ Gem をインデックスから削除します。

...引数で指定された名前を持つ Gem をインデックスから削除します。...

絞り込み条件を変える

Gem::SourceIndex#add_specs(*gem_specs) -> Hash (6152.0)

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

...自身に引数で与えられた Gem::Specification のインスタンスを全て追加します。

@param gem_specs 複数の Gem::Specification のインスタンスを指定します。...

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

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

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

Gem::SourceIndex#outdated -> Array (6033.0)

更新されていない Gem::Specification のリストを返します。

...更新されていない Gem::Specification のリストを返します。...

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

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

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