Module: MemModel::RootedBase
- Defined in:
- lib/mem_model/rooted_base.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 6 |
# File 'lib/mem_model/rooted_base.rb', line 3 def self.included(base) base.send :include, Base base.send :include, RootedStore end |