るりまサーチ

最速Rubyリファレンスマニュアル検索!
594件ヒット [1-100件を表示] (0.049秒)

別のキーワード

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

検索結果

<< 1 2 3 ... > >>

Gem::Command#command -> String (21103.0)

コマンドの名前を返します。

コマンドの名前を返します。

Gem::CommandManager#find_command(command_name) -> Gem::Command | nil (9317.0)

登録されているコマンドからマッチしたものを返します。

...登録されているコマンドからマッチしたものを返します。

@param command_name コマンド名を文字列で指定します。

@return Gem::Command のサブクラスのインスタンスを返します。

@raise RuntimeError マッチする可能性のあるコマンドが...

Gem::CommandManager#find_command_possibilities(command_name) -> Array (9210.0)

登録されているコマンドでマッチする可能性のあるものを返します。

...登録されているコマンドでマッチする可能性のあるものを返します。

@param command_name コマンド名を文字列で指定します。...

Gem::CommandManager#register_command(command_name) -> false (9210.0)

コマンドを自身に登録します。

...コマンドを自身に登録します。

@param command_name コマンド名をシンボルで指定します。...

Gem::CommandManager#command_names -> Array (9103.0)

登録されているコマンド名の配列を返します。

登録されているコマンド名の配列を返します。

絞り込み条件を変える

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

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

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

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

コマンドを実行します。

コマンドを実行します。

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

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

<< 1 2 3 ... > >>