Module: Inform::InheritanceListener
- Included in:
- Sequel::Model
- Defined in:
- lib/runtime/persistence.rb
Overview
The InheritanceListener module
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
274 275 276 |
# File 'lib/runtime/persistence.rb', line 274 def self.included(base) base.extend(ClassMethods) end |