156件ヒット
[1-100件を表示]
(0.096秒)
ライブラリ
クラス
キーワード
- arguments (24)
-
do
_ rubygems _ update (12) - execute (24)
-
find
_ paths (12) -
gem
_ paths (12) -
get
_ path (12) -
print
_ dependencies (12) -
spec
_ path (12) - usage (24)
-
which
_ to _ update (12)
検索結果
先頭5件
-
Gem
:: Commands :: UpdateCommand # do _ rubygems _ update(version) (12101.0) -
RubyGems 自体を更新します。
RubyGems 自体を更新します。 -
Gem
:: Commands :: UpdateCommand # which _ to _ update(highest _ installed _ gems , gem _ names) -> Array (12101.0) -
更新が必要な Gem のリストを返します。
更新が必要な Gem のリストを返します。 -
Gem
:: Commands :: BuildCommand # arguments -> String (9101.0) -
引数の説明を表す文字列を返します。
引数の説明を表す文字列を返します。 -
Gem
:: Commands :: BuildCommand # execute -> () (9101.0) -
コマンドを実行します。
コマンドを実行します。 -
Gem
:: Commands :: DependencyCommand # arguments -> String (9101.0) -
引数の説明を表す文字列を返します。
引数の説明を表す文字列を返します。 -
Gem
:: Commands :: DependencyCommand # execute -> () (9101.0) -
コマンドを実行します。
コマンドを実行します。 -
Gem
:: Commands :: DependencyCommand # print _ dependencies(spec , level = 0) -> String (9101.0) -
依存関係を表す文字列を返します。
...依存関係を表す文字列を返します。
@param spec Gem::Specification のインスタンスを指定します。
@param level 依存関係の深さを指定します。... -
Gem
:: Commands :: LockCommand # spec _ path(gem _ full _ name) -> String (9101.0) -
指定された Gem パッケージの gemspec ファイルのフルパスを返します。
指定された Gem パッケージの gemspec ファイルのフルパスを返します。
@param gem_full_name Gem パッケージの名前を指定します。 -
Gem
:: Commands :: UnpackCommand # get _ path(gemname , version _ req) -> String | nil (9101.0) -
引数で指定された条件にマッチする Gem パッケージを保存しているパスを返します。
引数で指定された条件にマッチする Gem パッケージを保存しているパスを返します。
@param gemname Gem パッケージの名前を指定します。
@param version_req バージョンの満たすべき条件を文字列で指定します。