Ruby gem from Arkency (ships with rails_event_store) that provides a small module to build event-sourced aggregates — roughly four injected methods for applying and loading events. Used in the first implementation in the 'aggregates' repository. Krzywda notes that while convenient, including it still 'infects' the business class with a library dependency, which conflicts with his POJO ideal.