![Added](https://camo.githubusercontent.com/064e3a9171b96af182195623a73d72a7be99cf5b2e8f2ece0eb70035d652c8c9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d41646465642d627269676874677265656e)
- Added a method to the Entity Manager which allows grouping entities by components and then execute a block for each one.
FelECS::Entities.group(@component_manager_one, @component_manager_two).do |cmp1, cmp2, ent|
# do stuff with the components and entity
end