るりまサーチ

最速Rubyリファレンスマニュアル検索!
1758件ヒット [201-300件を表示] (0.165秒)

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. bigdecimal to_r
  5. fileutils rm_r

モジュール

キーワード

検索結果

<< < 1 2 3 4 5 ... > >>

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

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

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

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

Gem::Commands::UpdateCommand#do_rubygems_update(version) (12101.0)

RubyGems 自体を更新します。

...
R
ubyGems 自体を更新します。...

IRB::ExtendCommandBundle#irb_exit(ret = 0) -> object (12101.0)

irb を終了します。ret で指定したオブジェクトを返します。

...irb を終了します。ret で指定したオブジェクトを返します。

@param ret 戻り値を指定します。

ユーザが直接使用するものではありません。...

IRB::ExtendCommandBundle#irb_load(*opts, &b) -> nil (12101.0)

現在の irb に関する IRB::Context に対して irb_load コマンドを実行 します。

...現在の irb に関する IRB::Context に対して irb_load コマンドを実行
します。

@see IRB::ExtendCommand::Load#execute...

IRB::ExtendCommandBundle#irb_require(*opts, &b) -> bool (12101.0)

現在の irb に関する IRB::Context に対して irb_require コマンドを 実行します。

...現在の irb に関する IRB::Context に対して irb_require コマンドを
実行します。

@see IRB::ExtendCommand::Require#execute...

絞り込み条件を変える

Shell::CommandProcessor#zero?(file) -> bool (12101.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#zero?...

Rake::PackageTask#zip_command=(command) (9209.0)

zip コマンドとして使用するコマンドを設定します。

...zip コマンドとして使用するコマンドを設定します。

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

Gem::VersionOption#add_version_option(task = command, *wrap) (9208.0)

option parser に対して --version オプションを追加します。

...option parser に対して --version オプションを追加します。

@param task コマンド名を指定します。デフォルト値はインクルードされる側のクラスで指定されます。

@param wrap Gem::Command#add_option に渡すその他のオプションを指定しま...

Shell::ProcessController#sfork(command) { ... } -> [Integer, IO, IO] (9208.0)

シンプルな fork です。

...シンプルな fork です。

@param command コマンドを指定します。

@return [PID, 入力用 IO, 出力用 IO] からなる配列を返します。...

Shell::ProcessController#start_job(command = nil) (9208.0)

指定されたコマンドの実行を開始します。

...指定されたコマンドの実行を開始します。

コマンドを省略した場合は、待ち状態のジョブのうち先頭のものを実行します。

@param command コマンドを指定します。...

絞り込み条件を変える

Shell::ProcessController#terminate_job(command) (9208.0)

指定されたコマンドを終了します。

...指定されたコマンドを終了します。

@param command コマンドを指定します。...
<< < 1 2 3 4 5 ... > >>