るりまサーチ

最速Rubyリファレンスマニュアル検索!
216件ヒット [1-100件を表示] (0.058秒)
トップページ > クエリ:command[x] > クエリ:commands[x] > 種類:インスタンスメソッド[x]

別のキーワード

  1. shell/builtin-command new
  2. rubygems/command command
  3. irb/extend-command def_extend_command
  4. irb/extend-command install_extend_commands
  5. shell/builtin-command each

検索結果

<< 1 2 3 > >>

Gem::Commands::BuildCommand#arguments -> String (9001.0)

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

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

Gem::Commands::BuildCommand#execute -> () (9001.0)

コマンドを実行します。

コマンドを実行します。

Gem::Commands::BuildCommand#load_gemspecs(filename) -> Array (9001.0)

gemspec ファイルをロードします。

gemspec ファイルをロードします。

@param filename ファイル名を指定します。

Gem::Commands::BuildCommand#usage -> String (9001.0)

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

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

Gem::Commands::BuildCommand#yaml?(filename) -> bool (9001.0)

与えられたファイル名を持つファイルが yaml ファイルである場合に真を返します。

与えられたファイル名を持つファイルが yaml ファイルである場合に真を返します。

@param filename ファイル名を指定します。

絞り込み条件を変える

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

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

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

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

コマンドを実行します。

コマンドを実行します。

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

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

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

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

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

@see Gem::SourceIndex#search

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

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

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

@param spec Gem::Specification のインスタンスを指定します。
<< 1 2 3 > >>