Method: RuboCop::Cop::Lint::PercentStringArray#on_array
- Defined in:
- lib/rubocop/cop/lint/percent_string_array.rb
#on_array(node) ⇒ Object
40 41 42 |
# File 'lib/rubocop/cop/lint/percent_string_array.rb', line 40 def on_array(node) process(node, '%w', '%W') end |