Module: Aspectory::Callbacker::ClassMethods
- Defined in:
- lib/aspectory/callbacker.rb
Instance Method Summary collapse
Instance Method Details
#callback_cache ⇒ Object
71 72 73 |
# File 'lib/aspectory/callbacker.rb', line 71 def callback_cache @callback_cache || superclass.callback_cache end |
#pristine_cache ⇒ Object
67 68 69 |
# File 'lib/aspectory/callbacker.rb', line 67 def pristine_cache @pristine_cache || superclass.pristine_cache end |