Method: RuboCop::Cop::RSpec::Yield#block_arg
- Defined in:
- lib/rubocop/cop/rspec/yield.rb
permalink #block_arg(node) ⇒ Object
[View source]
25 |
# File 'lib/rubocop/cop/rspec/yield.rb', line 25 def_node_matcher :block_arg, '(args (blockarg $_))' |