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