Class: Hyperloop::Router::Component

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

Class Method Summary collapse

Class Method Details

.inherited(base) ⇒ Object



5
6
7
# File 'lib/hyperloop/router/component.rb', line 5

def inherited(base)
  base.include(Mixin)
end