るりまサーチ

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

別のキーワード

  1. rubygems gem
  2. rubygems/gem_openssl ssl_available?
  3. rubygems/gem_openssl ensure_ssl_available
  4. gem prefix
  5. gem ruby_engine

ライブラリ

クラス

キーワード

検索結果

Gem::SourceInfoCacheEntry#size -> Integer (24101.0)

ソースエントリのサイズです。

ソースエントリのサイズです。

ソースインデックスが変化したことを検出するために使用します。

Gem::SourceInfoCacheEntry.new(si, size) -> Gem::SourceInfoCacheEntry (6314.0)

キャッシュのエントリを作成します。

...キャッシュのエントリを作成します。

@param si Gem::SourceIndex のインスタンスを指定します。

@param size エントリのサイズを指定します。...

NEWS for Ruby 3.0.0 (36.0)

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

...eql? are now defined and will return true for separate Proc instances if the procs were created from the same block. 14267
* Queue / SizedQueue
* Queue#pop, SizedQueue#push and related methods may now invoke the `block`/`unblock` scheduler hooks in a non-blocking context. 16786
* Ractor...
...patible.
* Psych
* Update to Psych 3.3.0
* This version is Ractor compatible.
* Reline
* Update to Reline 0.1.5
* RubyGems
* Update to RubyGems 3.2.3
* StringIO
* Update to StringIO 3.0.0
* This version is Ractor compatible.
* StringScanner
* Update to StringSca...
...s

* New method cache mechanism for Ractor. 16614
* Inline method caches pointed from ISeq can be accessed by multiple Ractors in parallel and synchronization is needed even for method caches. However, such synchronization can be overhead so introducing new inline method cache mechanisms, (1)...