Method: RuboCop::Cop::RSpec::Yield#block_call?
- Defined in:
- lib/rubocop/cop/rspec/yield.rb
permalink #block_call?(node) ⇒ Object
[View source]
28 |
# File 'lib/rubocop/cop/rspec/yield.rb', line 28 def_node_matcher :block_call?, '(send (lvar %) :call ...)' |