るりまサーチ

最速Rubyリファレンスマニュアル検索!
77件ヒット [1-77件を表示] (0.111秒)
トップページ > クエリ:i[x] > クエリ:-[x] > クエリ:irb_load[x]

別のキーワード

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

ライブラリ

クラス

モジュール

キーワード

検索結果

irb/ext/use-loader (32016.0)

load または require 時に irb のファイル読み込み機能(irb_load、 irb_require)を使うように設定する機能を提供するサブライブラリです。

...load または require 時に irb のファイル読み込み機能(irb_load
i
rb_require)を使うように設定する機能を提供するサブライブラリです。

このライブラリで定義されているメソッドはユーザが直接使用するものではありません。...

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

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

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

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

irb (26318.0)

irb は Interactive Ruby の略です。 irb を使うと、Ruby の式を標準入力から簡単に入力・実行することができます。

...irb は Interactive Ruby の略です。
i
rb を使うと、Ruby の式を標準入力から簡単に入力・実行することができます。

=== irb の使い方

Ruby さえ知っていれば irb を使うのは簡単です。
i
rb コマンドを実行すると、以下のようなプロン...
...す。
readline ライブラリがインストールされている時には
自動的にコマンドライン編集や履歴の機能が使えるようになります。

=== irb のコマンドラインオプション

i
rb [options] file_name opts
options:
-
f ~/.irbrc を読...
...容を irb で一行ずつタイプしたかのように、irb 上で一行ずつ評
価されます。$" は更新されず、何度でも実行し直す事ができます。

source という名前は UNIX シェルの source コマンドに由来します。

: irb_load(path, prev = nil)

R...

irb/ext/loader (26022.0)

load または require 時の irb のファイル読み込み機能(irb_load、 irb_require)を定義するサブライブラリです。

...または require 時の irb のファイル読み込み機能(irb_load
i
rb_require)を定義するサブライブラリです。

このライブラリで定義されているメソッドはユーザが直接使用するものではあ
りません。irb/cmd/load や irb/ext/use-loader から...

IRB::ExtendCommandBundle.install_extend_commands -> object (6212.0)

定義済みの拡張を読み込みます。

...

i
rb で以下のメソッドが利用できるようになります。(それぞれ 1 つだけ抜粋)

* irb_current_working_workspace
* irb_change_workspace
* irb_workspaces
* irb_push_workspace
* irb_pop_workspace
* irb_load
* irb_require
* irb_source
* irb
* irb_jobs
* irb_fg
* irb...
..._kill
* irb_help

i
rb/extend-command が require された時にライブラリ内部で自動的
に実行されます。

@see IRB::ExtendCommandBundle.install_extend_commands...

絞り込み条件を変える

IRB::Context#use_loader -> bool (3116.0)

load または require 時に irb のファイル読み込み機能(irb_load、 irb_require)を使うかどうかを返します。

...load または require 時に irb のファイル読み込み機能(irb_load
i
rb_require)を使うかどうかを返します。


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

IRB::Context#use_loader? -> bool (3116.0)

load または require 時に irb のファイル読み込み機能(irb_load、 irb_require)を使うかどうかを返します。

...load または require 時に irb のファイル読み込み機能(irb_load
i
rb_require)を使うかどうかを返します。


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