るりまサーチ

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

別のキーワード

  1. argf.class lines
  2. _builtin enum_for
  3. argf.class each
  4. argf.class each_line
  5. argf.class readlines

検索結果

NEWS for Ruby 2.1.0 (15033.0)

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

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

それぞれのエントリーは参照情報があるため短いです。
十分な情報と共に書かれた全ての変更のリス...
...うになりました。

* Proc
* Returning from lambda proc now always exits from the Proc, not from the
method where the lambda is created. Returning from non-lambda proc exits
from the method, same as the former behavior.

* String
* 以下のコードでレシーバー...
...rb_gc_set_params() Ruby内部でのみ使います。

* 追加: rb_gc_count() GCが発生した回数を返します。

* 追加: rb_gc_stat() GC.stat が返す値にオーバーヘッドなしにアクセスできます。

* 追加: rb_gc_latest_gc_info() GC.latest_gc_info にアクセス...