4 5 6
# File 'lib/react/component/base.rb', line 4 def self.inherited(base) base.include(::React::Component::Mixin) end