96件ヒット
[1-96件を表示]
(0.025秒)
別のキーワード
クラス
-
Gem
:: Specification (96)
キーワード
-
add
_ bindir (12) -
cert
_ chain (12) - dependencies (12)
-
dependent
_ gems (12) -
development
_ dependencies (12) - requirements (12)
-
runtime
_ dependencies (12)
検索結果
先頭5件
-
Gem
:: Specification # add _ bindir(executables) -> Array | nil (104.0) -
実行コマンドの格納場所を返します。
実行コマンドの格納場所を返します。
@param executables 実行コマンド名を格納した配列を指定します。 -
Gem
:: Specification # authors -> Array (104.0) -
作成者の名前の配列を返します。
作成者の名前の配列を返します。 -
Gem
:: Specification # cert _ chain -> Array (104.0) -
@todo
@todo -
Gem
:: Specification # dependencies -> Array (104.0) -
依存している Gem のリストを返します。
依存している Gem のリストを返します。
@see Gem::Dependency -
Gem
:: Specification # dependent _ gems -> Array (104.0) -
この Gem に依存している全ての Gem の情報のリストを返します。
この Gem に依存している全ての Gem の情報のリストを返します。
それぞれのエントリは配列になっており、各要素は以下のようになっています。
(0) Gem::Specification
(1) Gem::Dependency
(2) Gem::Specification の配列 -
Gem
:: Specification # development _ dependencies -> Array (104.0) -
この Gem が依存している Gem のリストを返します。
この Gem が依存している Gem のリストを返します。 -
Gem
:: Specification # requirements -> Array (104.0) -
この Gem パッケージを動作させるのに必要な条件を返します。 これはユーザのためのシンプルな情報です。
この Gem パッケージを動作させるのに必要な条件を返します。
これはユーザのためのシンプルな情報です。 -
Gem
:: Specification # runtime _ dependencies -> Array (104.0) -
この Gem パッケージが依存している Gem パッケージのリストを返します。
この Gem パッケージが依存している Gem パッケージのリストを返します。