projects/command/src/concerns/reflection.rb in foobara-0.0.1 vs projects/command/src/concerns/reflection.rb in foobara-0.0.2

- old
+ new

@@ -5,10 +5,10 @@ include Concern include Manifestable def initialize(...) self.class.all << self - super(...) + super end module ClassMethods def all @all ||= []