るりまサーチ

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

別のキーワード

  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::ExtendCommand::Load (21016.0)

irb 中の irb_load コマンドのための拡張を定義したクラスです。

...irb 中の irb_load コマンドのための拡張を定義したクラスです。...

IRB::ContextExtender.def_extend_command(cmd_name, load_file, *aliases) -> object (12207.0)

IRB::Context に cmd_name で指定したメソッドが実行できるように拡張 します。

...IRB::Context に cmd_name で指定したメソッドが実行できるように拡張
します。

@param cmd_name メソッド名を Symbol で指定します。
IRB::Context クラスのインスタンスメソッドとして定
義してある必要がありま...
...す。

@param load_file cmd_name で指定したメソッドが定義されたファイル名を指
定します。このファイルは自動的に require されます。

@param aliases cmd_name の別名を Symbol で指定します。複数指定する事ができます。...

RubyVM::InstructionSequence.load_from_binary_extra_data(binary) -> String (12207.0)

バイナリフォーマットの文字列から埋め込まれたextra_dataを取り出します。

...の文字列から埋め込まれたextra_dataを取り出します。

//emlist[例][ruby]{
iseq = RubyVM::InstructionSequence.compile('num = 1 + 2')
binary = iseq.to_binary("extra_data")
RubyVM::InstructionSequence.load_from_binary_extra_data(binary) # => extra_data
//}

@see RubyVM::InstructionSe...

irb/ext/loader (12044.0)

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

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

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

irb/ext/use-loader (12032.0)

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

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

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

絞り込み条件を変える

IRB::ExtendCommandBundle.def_extend_command(cmd_name, cmd_class, load_file = nil, *aliases) -> object (9207.0)

irb に cmd_name で指定したメソッドが実行できるように拡張します。

...String、Class のいずれかで指定します。
なお、このクラスは IRB::ExtendCommand 以下で定義
する必要があります。

@param load_file 指定したメソッドが定義されたファイル名を指
定します。こ...
...す。複数指定する事ができます。フラグは
IRB::ExtendCommandBundle::NO_OVERRIDE、
IRB::ExtendCommandBundle::OVERRIDE_PRIVATE_ONLY、
IRB::ExtendCommandBundle::OVERRIDE_ALL のいずれか
を指定します。...

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

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

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


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

IRB::Context#use_loader=(opt) (9132.0)

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

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

.irbrc ファイル中で IRB.conf[:USE_LOADER] を設定する事でも同様の事が行
えます。


デフォルト値は false です。

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

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

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

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


@see IRB::Context#use_loader=...
<< 1 2 3 > >>