るりまサーチ

最速Rubyリファレンスマニュアル検索!
96件ヒット [1-96件を表示] (0.279秒)
トップページ > クエリ:gem[x] > クエリ:Command[x] > クエリ:rubygems/commands/dependency_command[x]

別のキーワード

  1. rexml/document new
  2. rexml/document write
  3. rexml/document clone
  4. rexml/document node_type
  5. rexml/document to_s

検索結果

rubygems/commands/dependency_command (56052.0)

インストールされている Gem パッケージの依存関係を表示するためのライブラリです。

...インストールされている Gem パッケージの依存関係を表示するためのライブラリです。

Usage: gem dependency GEMNAME [options]
Options:
-v, --version VERSION 指定したバージョンの依存関係を表示します
--platform PLATFO...
...RM 指定したプラットフォームの依存関係を表示します
-R, --[no-]reverse-dependencies この Gem を使用している Gem を表示します
-p, --pipe Pipe Format (name --version ver)
Local/Remote Options:
-l, --local...
...old COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[no-]http-proxy [URL] リモートの操作に HTT...

Gem::Commands::DependencyCommand#find_gems(name, source_index) -> Hash (23134.0)

与えられた Gem の名前をインデックスから検索します。

...与えられた Gem の名前をインデックスから検索します。

@param name Gem の名前を指定します。

@param source_index Gem::SourceIndex のインスタンスを指定します。

@see Gem::SourceIndex#search...

Gem::Commands::DependencyCommand (20016.0)

インストールされている Gem パッケージの依存関係を表示するためのクラスです。

...インストールされている Gem パッケージの依存関係を表示するためのクラスです。...

Gem::Commands::DependencyCommand#find_reverse_dependencies(spec) -> Array (17038.0)

与えられた Gem スペックに依存する Gem のリストを返します。

...与えられた Gem スペックに依存する Gem のリストを返します。

@param spec Gem::Specification のインスタンスを指定します。...

Gem::Commands::DependencyCommand#print_dependencies(spec, level = 0) -> String (17006.0)

依存関係を表す文字列を返します。

...依存関係を表す文字列を返します。

@param spec Gem::Specification のインスタンスを指定します。

@param level 依存関係の深さを指定します。...

絞り込み条件を変える

Gem::Commands::DependencyCommand#arguments -> String (17000.0)

引数の説明を表す文字列を返します。

引数の説明を表す文字列を返します。

Gem::Commands::DependencyCommand#execute -> () (17000.0)

コマンドを実行します。

コマンドを実行します。

Gem::Commands::DependencyCommand#usage -> String (17000.0)

使用方法を表す文字列を返します。

使用方法を表す文字列を返します。