Class: Hyperloop::Component

Inherits:
Object show all
Defined in:
lib/hyper-react.rb,
lib/hyper-react.rb,
lib/react/component.rb

Defined Under Namespace

Modules: Mixin

Class Method Summary collapse

Class Method Details

.inherited(child) ⇒ Object



50
51
52
# File 'lib/hyper-react.rb', line 50

def self.inherited(child)
  child.include(Mixin)
end