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