るりまサーチ

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

別のキーワード

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

ライブラリ

クラス

モジュール

キーワード

検索結果

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/ext/use-loader (12016.0)

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

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

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

irb (6246.0)

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

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

=== irb の使い方

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

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

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

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

: irb_load(path, prev = nil)

R
uby...

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

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

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


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

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

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

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


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

絞り込み条件を変える

irb/ext/loader (6022.0)

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

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

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

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

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

...irb で以下のメソッドが利用できるようになります。(それぞれ 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

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

@see IRB::ExtendCommandBundle.install_extend_commands...