class Cucumber::Filter
def accept?(syntax_node)
def accept?(syntax_node) at_line?(syntax_node) && matches_tags?(syntax_node) && matches_names?(syntax_node) end
def accept?(syntax_node) at_line?(syntax_node) && matches_tags?(syntax_node) && matches_names?(syntax_node) end