るりまサーチ

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

別のキーワード

  1. rubygems gem
  2. rubygems/gem_openssl ssl_available?
  3. rubygems/gem_openssl ensure_ssl_available
  4. gem set_paths
  5. gem path

クラス

キーワード

検索結果

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

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

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

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

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

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

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

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

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

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

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

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

@param version_requirement

@see Gem::Requirement

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

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

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

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

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

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

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

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