lib/compo/composite.rb in compo-0.1.4 vs lib/compo/composite.rb in compo-0.1.5

- old
+ new

@@ -1,4 +1,6 @@ +require 'forwardable' + module Compo # Mixin for objects that can contain other objects # # Objects implementing this interface should implement add!, remove! or # remove_id!, and id_function: