class Gamefic::Query::Family
def span(subject)
def span(subject) Ascendants.span(subject) + Descendants.span(subject) + match_sibling_branches(subject) end
def span(subject) Ascendants.span(subject) + Descendants.span(subject) + match_sibling_branches(subject) end