るりまサーチ

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

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

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

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

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

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

@todo

@todo

コマンド名を返します。

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

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

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

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

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

Shell#command_processor -> Shell::CommandProcessor (6302.0)

@todo

@todo

Kernel#cc_command(opt = "") -> String (6202.0)

実際にコンパイルする際に使用するコマンドを返します。

実際にコンパイルする際に使用するコマンドを返します。

@param opt コンパイラに与える追加のコマンドライン引数を指定します。

@see RbConfig.expand

Kernel#cpp_command(outfile, opt = "") -> String (6202.0)

実際にプリプロセッサを実行する際に使用するコマンドを返します。

実際にプリプロセッサを実行する際に使用するコマンドを返します。

@param outfile 出力ファイルの名前を指定します。

@param opt プリプロセッサに与える追加のコマンドライン引数を指定します。

@see RbConfig.expand

Kernel#link_command(ldflags, opt = "", libpath = $DEFLIBPATH|$LIBPATH) -> String (6202.0)

実際にリンクする際に使用するコマンドを返します。

実際にリンクする際に使用するコマンドを返します。

@param ldflags LDFLAGS に追加する値を指定します。

@param opt LIBS に追加する値を指定します。

@param libpath LIBPATH に指定する値を指定します。

@see RbConfig.expand

絞り込み条件を変える

<< 1 2 3 ... > >>