Method: RuboCop::Cop::RSpec::PredicateMatcher#on_block

Defined in:
lib/rubocop/cop/rspec/predicate_matcher.rb

#on_block(node) ⇒ Object

rubocop:disable InternalAffairs/NumblockHandler

[View source]

345
346
347
# File 'lib/rubocop/cop/rspec/predicate_matcher.rb', line 345

def on_block(node) # rubocop:disable InternalAffairs/NumblockHandler
  check_explicit(node) if style == :explicit
end