336件ヒット
[1-100件を表示]
(0.020秒)
別のキーワード
種類
- インスタンスメソッド (252)
- 特異メソッド (60)
- クラス (24)
クラス
-
Gem
:: SourceIndex (312)
キーワード
- Cache (12)
- SourceIndex (12)
-
add
_ spec (12) -
add
_ specs (12) - dump (12)
- each (24)
-
find
_ name (12) -
from
_ gems _ in (12) -
from
_ installed _ gems (12) -
gem
_ signature (12) -
index
_ signature (12) -
installed
_ spec _ directories (12) -
latest
_ specs (12) - length (12)
-
load
_ gems _ in (12) -
load
_ specification (12) - new (12)
- outdated (12)
- refresh! (12)
-
remove
_ spec (12) - search (12)
- size (24)
-
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
- update (12)
検索結果
先頭5件
- Gem
:: SourceIndex # gem _ signature(gem _ full _ name) -> String - Gem
:: SourceIndex . from _ installed _ gems(*deprecated) -> Gem :: SourceIndex - Gem
:: SourceIndex . from _ gems _ in(*spec _ dirs) -> Gem :: SourceIndex - Gem
:: SourceIndex # load _ gems _ in(*spec _ dirs) -> self - Gem
:: SourceIndex # find _ name(gem _ name , version _ requirement = Gem :: Requirement . default) -> Gem :: Specification
-
Gem
:: SourceIndex # gem _ signature(gem _ full _ name) -> String (9232.0) -
与えられた名前を持つ Gem の SHA256 ダイジェストを返します。
...与えられた名前を持つ Gem の SHA256 ダイジェストを返します。
@param gem_full_name Gem の名前を指定します。... -
Gem
:: SourceIndex . from _ installed _ gems(*deprecated) -> Gem :: SourceIndex (9209.0) -
与えられたパスをもとに、インスタンスを作成するファクトリメソッドです。
...与えられたパスをもとに、インスタンスを作成するファクトリメソッドです。
@param deprecated この引数は非推奨です。後方互換性のためにのみ提供されているので使用すべきではありません。
@see Gem::SourceIndex.from_gems_in... -
Gem
:: SourceIndex . from _ gems _ in(*spec _ dirs) -> Gem :: SourceIndex (9203.0) -
引数で与えられたディレクトリに置かれている Ruby スクリプト形式の gemspec ファイルを使用して 新しいインスタンスを作成します。
...引数で与えられたディレクトリに置かれている Ruby スクリプト形式の gemspec ファイルを使用して
新しいインスタンスを作成します。
@param spec_dirs gemspec ファイルが置かれているディレクトリを一つ以上指定します。... -
Gem
:: SourceIndex # load _ gems _ in(*spec _ dirs) -> self (9102.0) -
引数で与えられたディレクトリに含まれる gemspec から自身を再構築して返します。
...引数で与えられたディレクトリに含まれる gemspec から自身を再構築して返します。
@param spec_dirs gemspec の含まれているディレクトリを複数指定します。... -
Gem
:: SourceIndex # find _ name(gem _ name , version _ requirement = Gem :: Requirement . default) -> Gem :: Specification (3339.0) -
短い名前で正確にマッチする Gem を返します。
...短い名前で正確にマッチする Gem を返します。
@param gem_name Gem の名前を指定します。
@param version_requirement
@see Gem::Requirement... -
Gem
:: SourceIndex # search(gem _ pattern , platform _ only = false) -> [Gem :: Specification] (3238.0) -
引数で指定された条件を満たす Gem のリストを返します。
...引数で指定された条件を満たす Gem のリストを返します。
@param gem_pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。... -
Gem
:: SourceIndex # add _ spec(gem _ spec) -> Gem :: Specification (3232.0) -
自身に引数で与えられた Gem::Specification のインスタンスを追加します。
...自身に引数で与えられた Gem::Specification のインスタンスを追加します。
@param gem_spec Gem::Specification のインスタンスを指定します。... -
Gem
:: SourceIndex # add _ specs(*gem _ specs) -> Hash (3131.0) -
自身に引数で与えられた Gem::Specification のインスタンスを全て追加します。
...自身に引数で与えられた Gem::Specification のインスタンスを全て追加します。
@param gem_specs 複数の Gem::Specification のインスタンスを指定します。... -
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (3125.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。...