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