Sha256: e3d52274c66979354eea5bb6c409e7a7b828ba0f9c8165c22d7ca6f928695a9d
Contents?: true
Size: 455 Bytes
Versions: 23
Compression:
Stored size: 455 Bytes
Contents
module React module Component class Base def self.inherited(child) # note this is turned off during old style testing: See the spec_helper unless child.to_s == "React::Component::HyperTestDummy" React::Component.deprecation_warning child, "The class name React::Component::Base has been deprecated. Use Hyperloop::Component instead." end child.include(ComponentNoNotice) end end end end
Version data entries
23 entries across 23 versions & 2 rubygems