Class: Hyperloop::MemoryRouter

Inherits:
Object
  • Object
show all
Defined in:
lib/hyperloop/router.rb

Class Method Summary collapse

Class Method Details

.inherited(child) ⇒ Object



24
25
26
27
# File 'lib/hyperloop/router.rb', line 24

def self.inherited(child)
  child.include(Hyperloop::Component::Mixin)
  child.include(Hyperloop::Router::Memory)
end