Method: RuboCop::Cop::Lint::SafeNavigationChain#bad_method?

Defined in:
lib/rubocop/cop/lint/safe_navigation_chain.rb

#bad_method?(node) ⇒ Object



33
34
35
36
37
38
# File 'lib/rubocop/cop/lint/safe_navigation_chain.rb', line 33

def_node_matcher :bad_method?, "{\n  (send $(csend ...) $_ ...)\n  (send $(any_block (csend ...) ...) $_ ...)\n}\n"