class Gamefic::Plot
def initialize
def initialize super @chapters = self.class.appended_chapter_map.map { |chap, config| chap.new(self, **unproxy(config)) } end
def initialize super @chapters = self.class.appended_chapter_map.map { |chap, config| chap.new(self, **unproxy(config)) } end