72件ヒット
[1-72件を表示]
(0.269秒)
別のキーワード
種類
- インスタンスメソッド (60)
- ライブラリ (12)
ライブラリ
クラス
キーワード
- arguments (12)
-
find
_ gems (12) -
find
_ reverse _ dependencies (12) -
print
_ dependencies (12) - usage (12)
検索結果
先頭5件
- rubygems
/ commands / dependency _ command - Gem
:: Commands :: DependencyCommand # print _ dependencies(spec , level = 0) -> String - Gem
:: Commands :: DependencyCommand # arguments -> String - Gem
:: Commands :: DependencyCommand # find _ reverse _ dependencies(spec) -> Array - Gem
:: Commands :: DependencyCommand # find _ gems(name , source _ index) -> Hash
-
rubygems
/ commands / dependency _ command (64012.0) -
インストールされている Gem パッケージの依存関係を表示するためのライブラリです。
...NAME [options]
Options:
-v, --version VERSION 指定したバージョンの依存関係を表示します
--platform PLATFORM 指定したプラットフォームの依存関係を表示します
-R, --[no-]reverse-dependencies この Gem を使用し......いる Gem を表示します
-p, --pipe Pipe Format (name --version ver)
Local/Remote Options:
-l, --local 操作をローカルに限定します
-r, --remote 操作をリモートに限定します
-b, --bo......-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[no-]http-proxy [URL] リモ... -
Gem
:: Commands :: DependencyCommand # print _ dependencies(spec , level = 0) -> String (14200.0) -
依存関係を表す文字列を返します。
...依存関係を表す文字列を返します。
@param spec Gem::Specification のインスタンスを指定します。
@param level 依存関係の深さを指定します。... -
Gem
:: Commands :: DependencyCommand # arguments -> String (14100.0) -
引数の説明を表す文字列を返します。
引数の説明を表す文字列を返します。 -
Gem
:: Commands :: DependencyCommand # find _ reverse _ dependencies(spec) -> Array (14100.0) -
与えられた Gem スペックに依存する Gem のリストを返します。
...与えられた Gem スペックに依存する Gem のリストを返します。
@param spec Gem::Specification のインスタンスを指定します。... -
Gem
:: Commands :: DependencyCommand # find _ gems(name , source _ index) -> Hash (8100.0) -
与えられた Gem の名前をインデックスから検索します。
...与えられた Gem の名前をインデックスから検索します。
@param name Gem の名前を指定します。
@param source_index Gem::SourceIndex のインスタンスを指定します。
@see Gem::SourceIndex#search... -
Gem
:: Commands :: DependencyCommand # usage -> String (8100.0) -
使用方法を表す文字列を返します。
使用方法を表す文字列を返します。