Sha256: a37ea5f8df5451f92bfcef2b79525391d35b9d1b6aeeeeddd64b934d2db94f07
Contents?: true
Size: 235 Bytes
Versions: 7
Compression:
Stored size: 235 Bytes
Contents
# frozen_string_literal: true class ReeDao::InitCache include Ree::FnDSL fn :init_cache do link :dao_cache end contract(None => nil) def call dao_cache.add_thread_group_cache(Thread.current.group) nil end end
Version data entries
7 entries across 7 versions & 1 rubygems