ライブラリ
- ビルトイン (120)
- 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)
- rake (12)
- rubygems (24)
-
rubygems
/ specification (12) -
rubygems
/ version (12) - win32ole (24)
クラス
- BigDecimal (12)
- Class (12)
- Complex (12)
-
DRb
:: DRbServer (24) - Delegator (12)
-
Gem
:: Specification (12) -
Gem
:: Version (12) -
IRB
:: Context (36) - Object (36)
-
Rake
:: Application (12) - Random (24)
- Rational (12)
- WIN32OLE (12)
モジュール
- DRb (12)
-
Gem
:: QuickLoader (24) -
IRB
:: ExtendCommandBundle (24) - JSON (12)
- Marshal (24)
- Psych (19)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) -
Init
_ load (12) - IrbLoader (12)
-
JSON
_ LOADED (12) - Load (12)
- Marshal フォーマット (12)
-
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 3
. 1 . 0 (4) -
WIN32OLE
_ VARIABLE (12) -
_ dump (12) -
add
_ loader (12) -
const
_ load (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 (48) -
marshal
_ load (48) - new (12)
-
push
_ all _ highest _ version _ gems _ on _ load _ path (12) -
push
_ gem _ version _ on _ load _ path (12) -
rake
/ rake _ test _ loader (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)
検索結果
-
NEWS for Ruby 2
. 5 . 0 (6.0) -
NEWS for Ruby 2.5.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...t fallback option to a keyword argument
https://github.com/ruby/psych/pull/342
* Add :symbolize_names option to Psych.load, Psych.safe_load like JSON.parse
https://github.com/ruby/psych/pull/333, https://github.com/ruby/psych/pull/337
* Add Psych::Handler#event_location... -
NEWS for Ruby 3
. 1 . 0 (6.0) -
NEWS for Ruby 3.1.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...サイズに応じて自動的に変更されることを意味します。 12913
* Psych 4.0では、デフォルトで Psych.load が Psych.safe_load に変更されました。この動作に移行するにはPsych 3.3.2を使用する必要があるかもしれません。 17866
== C API の... -
WIN32OLE
_ VARIABLE (6.0) -
OLEオートメーションの変数情報をRubyで参照するためのクラスです。
...メーションの変数情報をRubyで参照するためのクラスです。
OLEオートメーションサーバは、定数(WIN32OLE.const_load)、メソッ
ド/プロパティ(WIN32OLE_METHOD)、イベント(WIN32OLE_EVENT)
のほかに変数をクライアントへ提供できま... -
irb (6.0)
-
irb は Interactive Ruby の略です。 irb を使うと、Ruby の式を標準入力から簡単に入力・実行することができます。
...lse
IRB.conf[:PROMPT] = {....}
IRB.conf[:PROMPT_MODE] = :DEFAULT
IRB.conf[:SINGLE_IRB] = false
IRB.conf[:SAVE_HISTORY] = nil
IRB.conf[:USE_LOADER] = true
IRB.conf[:USE_READLINE] = nil
IRB.conf[:USE_TRACER] = true
IRB.conf[:VERBOSE] = true
それぞれの設定値の詳細につい......、何度でも実行し直す事ができます。
source という名前は UNIX シェルの source コマンドに由来します。
: irb_load(path, prev = nil)
Ruby の load の irb 版です。
ファイル path を Ruby スクリプトとみなし、
現在の irb インタプリ......nil
IRB.conf[:PROMPT] = {....}
IRB.conf[:PROMPT_MODE] = :DEFAULT
IRB.conf[:SINGLE_IRB] = false
IRB.conf[:SAVE_HISTORY] = nil
IRB.conf[:USE_LOADER] = true
IRB.conf[:USE_READLINE] = nil
IRB.conf[:USE_TRACER] = true
IRB.conf[:VERBOSE] = true
それぞれの設定値の詳細につい......il
IRB.conf[:PROMPT] = {....}
IRB.conf[:PROMPT_MODE] = :DEFAULT
IRB.conf[:SINGLE_IRB] = false
IRB.conf[:SAVE_HISTORY] = 1000
IRB.conf[:USE_LOADER] = true
IRB.conf[:USE_READLINE] = nil
IRB.conf[:USE_TRACER] = true
IRB.conf[:VERBOSE] = true
それぞれの設定値の詳細につい... -
ruby 1
. 8 . 4 feature (6.0) -
ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。
...g>
#
# * eval.c (ev_const_get), variable.c (rb_const_get_0): retry only when
# autoload succeeded.
#
# * variable.c (rb_autoload_load): now return true if autoload
# succeeded. fixed: [ruby-dev:27331]
const_missingが再定義されていて実行を継続した場... -
void rb
_ jump _ tag(int tag) (6.0) -
初出: 4064
...初出: 4064
rb_load_protect,rb_eval_string_protect,rb_protect
などで捕捉した大域脱出を再生成します。
tagには上記関数の引数で受け取ったstateを指定します。...