Sha256: c4e8b972ca54553bd3c924442a7d4bfc974daf0f4f7c1a784353125c79ba1b30
Contents?: true
Size: 298 Bytes
Versions: 16
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true module IdentityCache module Cached module Reference class Association < Cached::Association # :nodoc: def embedded_by_reference? true end def embedded_recursively? false end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems