class Arel::Nodes::Nary
def fetch_attribute(&block)
def fetch_attribute(&block) children.any? && children.all? { |child| child.fetch_attribute(&block) } end
def fetch_attribute(&block) children.any? && children.all? { |child| child.fetch_attribute(&block) } end