class Gamefic::Query::Family

def span(subject)

def span(subject)
  Ascendants.span(subject) + Descendants.span(subject) + match_sibling_branches(subject)
end