るりまサーチ

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

別のキーワード

  1. mkmf install_rb
  2. kernel install_rb
  3. rb_f_autoload
  4. rb_autoload_id

種類

検索結果

void rb_autoload(const char *klass, const char *filename) (38100.0)

この関数は 2.3.0 以降で deprecated です。rb_funcall を使用してください。

この関数は 2.3.0 以降で deprecated です。rb_funcall を使用してください。

int rb_autoload_defined(ID id) (6100.0)

static void rb_autoload_id(ID id, const char *filename) (6100.0)

void rb_autoload_load(ID id) (6100.0)

NEWS for Ruby 2.3.0 (6.0)

NEWS for Ruby 2.3.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...ノ秒、UTCからの時差から Time オブジェクトを
生成する rb_time_timespec_new() が追加されました。
11558

* rb_autoload() は非推奨になりました。rb_funcall() を使ってください。
11664

* rb_compile_error_with_enc(), rb_compile_error(), rb_c...

絞り込み条件を変える

ruby 1.8.4 feature (6.0)

ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。

...-lang.org>
#
# * 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が再定義されていて実行を継続...