lib/baku/entity.rb in baku-0.2.6 vs lib/baku/entity.rb in baku-0.3.0

- old
+ new

@@ -1,7 +1,7 @@ module Baku class Entity - include Baku::EventDispatcher + include Miru::EventDispatcher attr_reader :components, :tags def initialize(tags = []) @tags = tags