class Gamefic::Plot

def find_and_bind(symbol)

def find_and_bind(symbol)
  super + chapters.flat_map { |chap| chap.find_and_bind(symbol) }
end