るりまサーチ

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

別のキーワード

  1. _builtin to_c
  2. etc sc_2_c_bind
  3. etc sc_2_c_dev
  4. tracer display_c_call
  5. tracer display_c_call?

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

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

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

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

Shell::SystemCommand#command -> String (30202.0)

@todo

@todo

コマンド名を返します。

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

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

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

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

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

Shell::CommandProcessor#find_system_command(command) (18403.0)

@todo

@todo

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

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

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

Gem::Commands::LockCommand#complain(message) -> () (18101.0)

指定されたメッセージを表示します。--strict が有効な場合は例外が発生します。

...指定されたメッセージを表示します。--strict が有効な場合は例外が発生します。

@param message 表示するメッセージを指定します。

@raise Gem::Exception コマンドラインオプションに --strict が指定されている場合に発生します。...

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

<< 1 2 3 ... > >>