Sha256: 7e6adff981c467a7a38dcd494042cf1fb4518e583792f81eaee8152b833a19b1

Contents?: true

Size: 161 Bytes

Versions: 1

Compression:

Stored size: 161 Bytes

Contents

module React
  module Component
    class Base
      def self.inherited(base)
        base.include(::React::Component::Mixin)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
isomorfeus-react-16.13.12 lib/react/component/base.rb