Method: RuboCop::Cop::RSpec::RepeatedExampleGroupBody#body
- Defined in:
- lib/rubocop/cop/rspec/repeated_example_group_body.rb
#body(node) ⇒ Object
59 |
# File 'lib/rubocop/cop/rspec/repeated_example_group_body.rb', line 59 def_node_matcher :body, '(block _ args $...)' |