Method: IdentityCache.append_features
- Defined in:
- lib/identity_cache.rb
.append_features(base) ⇒ Object
:nodoc:
86 87 88 89 90 |
# File 'lib/identity_cache.rb', line 86 def append_features(base) # :nodoc: raise AlreadyIncludedError if base.include?(IdentityCache) super end |