We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21e4cb7 + 6a6a367 commit b42f401Copy full SHA for b42f401
lib/rubocop/rspec/example_group.rb
@@ -37,6 +37,7 @@ def hooks
37
# Searches node and halts when a scope change is detected
38
#
39
# @param node [RuboCop::AST::Node] node to recursively search
40
+ # @param predicate [Symbol] method to call with node as argument
41
42
# @return [Array<RuboCop::AST::Node>] discovered nodes
43
def find_all_in_scope(node, predicate)
0 commit comments