204件ヒット
[1-100件を表示]
(0.072秒)
別のキーワード
種類
- インスタンスメソッド (144)
- 特異メソッド (60)
クラス
-
Gem
:: SourceIndex (204)
キーワード
-
add
_ spec (12) -
add
_ specs (12) - dump (12)
-
find
_ name (12) -
from
_ gems _ in (12) -
from
_ installed _ gems (12) -
installed
_ spec _ directories (12) -
latest
_ specs (12) -
load
_ gems _ in (12) -
load
_ specification (12) - new (12)
-
remove
_ spec (12) - search (12)
-
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
- update (12)
検索結果
先頭5件
- Gem
:: SourceIndex # add _ spec(gem _ spec) -> Gem :: Specification - Gem
:: SourceIndex # add _ specs(*gem _ specs) -> Hash - Gem
:: SourceIndex # remove _ spec(full _ name) -> Gem :: Specification - Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil - Gem
:: SourceIndex . load _ specification(file _ name) -> Gem :: Specification | nil
-
Gem
:: SourceIndex # add _ spec(gem _ spec) -> Gem :: Specification (6302.0) -
自身に引数で与えられた Gem::Specification のインスタンスを追加します。
...自身に引数で与えられた Gem::Specification のインスタンスを追加します。
@param gem_spec Gem::Specification のインスタンスを指定します。... -
Gem
:: SourceIndex # add _ specs(*gem _ specs) -> Hash (6202.0) -
自身に引数で与えられた Gem::Specification のインスタンスを全て追加します。
...自身に引数で与えられた Gem::Specification のインスタンスを全て追加します。
@param gem_specs 複数の Gem::Specification のインスタンスを指定します。... -
Gem
:: SourceIndex # remove _ spec(full _ name) -> Gem :: Specification (6202.0) -
引数で指定された名前を持つ Gem をインデックスから削除します。
引数で指定された名前を持つ Gem をインデックスから削除します。 -
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (6202.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。... -
Gem
:: SourceIndex . load _ specification(file _ name) -> Gem :: Specification | nil (6202.0) -
与えられたファイル名から Ruby スクリプト形式の gemspec をロードして Gem::Specification のインスタンスを返します。
...クリプト形式の gemspec をロードして
Gem::Specification のインスタンスを返します。
@param file_name ファイル名を指定します。
@raise SignalException gemspec をロードしているときに発生します。
@raise SystemExit gemspec をロードしている... -
Gem
:: SourceIndex # dump -> () (6102.0) -
自身を Marshal.#dump します。
...自身を Marshal.#dump します。... -
Gem
:: SourceIndex # latest _ specs -> Array (6102.0) -
自身に含まれる最新の Gem::Specification のリストを返します。
...自身に含まれる最新の Gem::Specification のリストを返します。... -
Gem
:: SourceIndex # spec _ dirs -> [String] (6102.0) -
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを取得します。
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを取得します。 -
Gem
:: SourceIndex # spec _ dirs=(dirs) (6102.0) -
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを設定します。
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを設定します。
