216件ヒット
[1-100件を表示]
(0.020秒)
別のキーワード
クラス
キーワード
-
add
_ extra _ args (12) - arguments (12)
-
command
_ names (12) -
do
_ rubygems _ update (12) - execute (12)
-
find
_ command _ possibilities (12) -
find
_ gems (12) -
find
_ paths (12) -
find
_ reverse _ dependencies (12) -
gem
_ paths (12) -
get
_ all _ gem _ names (12) -
load
_ gemspecs (12) -
print
_ dependencies (12) - summary (12)
- summary= (12)
- usage (12)
-
which
_ to _ update (12) - yaml? (12)
検索結果
先頭5件
-
Gem
:: Command # summary -> String (6103.0) -
コマンドの短い説明を返します。
コマンドの短い説明を返します。 -
Gem
:: Command # summary=(description) (6103.0) -
コマンドの短い説明をセットします。
コマンドの短い説明をセットします。
@param description コマンドの短い説明を指定します。 -
Gem
:: Commands :: BuildCommand # yaml?(filename) -> bool (6102.0) -
与えられたファイル名を持つファイルが yaml ファイルである場合に真を返します。
...与えられたファイル名を持つファイルが yaml ファイルである場合に真を返します。
@param filename ファイル名を指定します。... -
Gem
:: Commands :: UpdateCommand # do _ rubygems _ update(version) (6102.0) -
RubyGems 自体を更新します。
...RubyGems 自体を更新します。... -
Gem
:: Commands :: DependencyCommand # find _ reverse _ dependencies(spec) -> Array (3102.0) -
与えられた Gem スペックに依存する Gem のリストを返します。
与えられた Gem スペックに依存する Gem のリストを返します。
@param spec Gem::Specification のインスタンスを指定します。 -
Gem
:: Commands :: DependencyCommand # arguments -> String (3002.0) -
引数の説明を表す文字列を返します。
引数の説明を表す文字列を返します。 -
Gem
:: Commands :: DependencyCommand # execute -> () (3002.0) -
コマンドを実行します。
コマンドを実行します。 -
Gem
:: Commands :: DependencyCommand # find _ gems(name , source _ index) -> Hash (3002.0) -
与えられた Gem の名前をインデックスから検索します。
与えられた Gem の名前をインデックスから検索します。
@param name Gem の名前を指定します。
@param source_index Gem::SourceIndex のインスタンスを指定します。
@see Gem::SourceIndex#search -
Gem
:: Commands :: DependencyCommand # print _ dependencies(spec , level = 0) -> String (3002.0) -
依存関係を表す文字列を返します。
依存関係を表す文字列を返します。
@param spec Gem::Specification のインスタンスを指定します。
@param level 依存関係の深さを指定します。