391件ヒット
[1-100件を表示]
(0.096秒)
別のキーワード
ライブラリ
- ビルトイン (60)
- bigdecimal (12)
- delegate (12)
- drb (36)
-
irb
/ cmd / load (12) -
irb
/ ext / loader (12) -
irb
/ ext / use-loader (48) -
irb
/ extend-command (12) - json (12)
- psych (19)
- win32ole (12)
クラス
- BigDecimal (12)
-
DRb
:: DRbServer (24) - Delegator (12)
-
IRB
:: Context (36) - Object (36)
モジュール
- DRb (12)
-
IRB
:: ExtendCommandBundle (24) - JSON (12)
- Marshal (24)
- Psych (19)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - IrbLoader (12)
-
JSON
_ LOADED (12) - Load (12)
-
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 3
. 1 . 0 (4) -
WIN32OLE
_ VARIABLE (12) -
_ dump (12) -
default
_ load _ limit (12) - dump (24)
-
install
_ extend _ commands (12) - irb (12)
-
irb
/ cmd / load (12) -
irb
/ ext / loader (12) -
irb
/ ext / use-loader (12) -
irb
_ load (12) -
marshal
_ dump (12) -
marshal
_ load (24) - new (12)
-
rb
_ autoload _ load (12) -
rb
_ f _ load (12) -
rb
_ jump _ tag (12) -
rb
_ load (12) -
rb
_ load _ protect (12) -
ruby 1
. 8 . 4 feature (12) -
safe
_ load (19) -
start
_ service (12) -
use
_ loader (12) -
use
_ loader= (12) -
use
_ loader? (12)
検索結果
先頭5件
-
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=...