module Sequent::Core::Helpers::Copyable

Make a deep clone of an object that include AttributeSupport

person = Person.new(name: 'Ben').copy(name: 'Kim')

You typically do not need to include this module in your classes. If you extend from Sequent::Core::ValueObject, Sequent::Core::Event or Sequent::Core::BaseCommand you will get this functionality for free.