module PersistenceLayer # methods that make saving happen end class Gadget # domain behavior include PersistenceLayer end g = Gadget.new g.write