Method: RuboCop::Cop::InternalAffairs::NodeMatcherDirective#pattern_matcher?
- Defined in:
- lib/rubocop/cop/internal_affairs/node_matcher_directive.rb
#pattern_matcher?(node) ⇒ Object
43 44 45 |
# File 'lib/rubocop/cop/internal_affairs/node_matcher_directive.rb', line 43 def_node_matcher :pattern_matcher?, "(send _ %RESTRICT_ON_SEND {str sym} {str dstr})\n" |