るりまサーチ

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

別のキーワード

  1. _builtin b
  2. string b
  3. b
  4. b _builtin
  5. b string

検索結果

<< 1 2 3 ... > >>

BigDecimal._load(str) -> BigDecimal (21201.0)

引数で指定された文字列を元に BigDecimal オブジェクトを復元します。 Marshal.#load から呼び出されます。

...た文字列を元に BigDecimal オブジェクトを復元します。
Marshal.#load から呼び出されます。

@param str 復元する値を表す文字列を指定します。

@raise TypeError 引数に不正な文字が含まれる場合に発生します。

@see BigDecimal#_dump, Marsha...

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

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

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

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

static VALUE rb_f_load(int argc, VALUE *argv) (12200.0)

load の実体。

load の実体。

void rb_autoload_load(ID id) (12200.0)

void rb_load(VALUE fname, int wrap) (12200.0)

参考: 21651

...参考: 21651

組込み関数 Kernel.#load の低レベルインタフェースです。Rubyスクリ
プトが格納されたファイルfname をロードします。

引数wrapが、non-zeroなら無名のモジュールを生成して、ロー
ドした内容をそのモジュールに閉じ...

絞り込み条件を変える

void rb_load_protect(VALUE fname, int wrap, int *state) (12200.0)

Object#marshal_load(obj) -> object (9331.0)

Marshal.#load を制御するメソッドです。

...marshal_load を持っていなければなりません。
このとき、marshal_dump の返り値が marshal_load の引数に利用されます。
marshal_load 時の self は、生成されたばかり(Class#allocate されたばかり) の状態です。

marshal_dump/marshal_load の仕...
...組みは Ruby 1.8.0 から導入されました。
これから書くプログラムでは _dump/_load ではなく
marshal_dump/marshal_load を使うべきです。

@param obj marshal_dump の返り値のコピーです。

@return 返り値は無視されます。


@see Object#marshal_dump,...

IRB::Context#use_loader -> bool (9216.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 (9216.0)

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

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


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