るりまサーチ

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

別のキーワード

  1. rake ext
  2. irb/ext/save-history save_history
  3. pathname sub_ext
  4. irb/ext/use-loader irb_load
  5. irb/ext/tracer use_tracer

モジュール

検索結果

<< 1 2 3 ... > >>

IRB::Context#irb -> IRB::Irb (24304.0)

ライブラリ内部で使用します。

ライブラリ内部で使用します。

IRB::ExtendCommand::Nop#irb_context -> IRB::Context (18435.0)

irb の現在の設定(IRB::Context)を返します。

...
irb
の現在の設定(IRB::Context)を返します。...

IRB::ExtendCommandBundle#irb_context -> IRB::Context (18435.0)

現在の irb に関する IRB::Context を返します。

...現在の irb に関する IRB::Context を返します。...

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

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

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

IRB::Context#irb_name -> String (12114.0)

起動しているコマンド名を文字列で返します。

...起動しているコマンド名を文字列で返します。


@see IRB::Context#irb_name=...

IRB::Context#irb_name=(val) (12114.0)

起動しているコマンド名を val に設定します。

...起動しているコマンド名を val に設定します。

@param val コマンド名を String で指定します。

@see IRB::Context#irb_name...

IRB::Context#irb=(val) (12102.0)

ライブラリ内部で使用します。

ライブラリ内部で使用します。
<< 1 2 3 ... > >>