Sha256: e3f6c5eaf2d176c91fa6b076a459d62c581cee08fe0269a494090da26400440e
Contents?: true
Size: 223 Bytes
Versions: 39
Compression:
Stored size: 223 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_cache(Thread.current) nil end end
Version data entries
39 entries across 39 versions & 1 rubygems