class Gamefic::Query::Parent


Query the subject’s parent.

def span(subject)

def span(subject)
  [subject.parent].compact
end