module RuboCop::AST::NodePattern::Macros

def node_search_first(method_name, compiler, called_from)

def node_search_first(method_name, compiler, called_from)
  node_search(method_name, compiler, 'return true', '', called_from)
end