Method: RuboCop::Cop::Style::ArrayCoercion#array_splat?
- Defined in:
- lib/rubocop/cop/style/array_coercion.rb
#array_splat?(node) ⇒ Object
48 49 50 |
# File 'lib/rubocop/cop/style/array_coercion.rb', line 48 def_node_matcher :array_splat?, <<~PATTERN (array (splat $_)) PATTERN |