class Gamefic::Query::Global

def span(subject)

def span(subject)
  return [] unless subject.is_a?(Active)
  subject.narratives.entities
end