global

def feature(node, *)

def feature(node, *)
  if node != @current_feature
    @child.after if @child
    @child = FeaturePrinter.new(formatter, results, matches, config, node).before
    @current_feature = node
  end
end