RuboCop::Cop
This cop checks for usage of the %W() syntax when %w() would do.
# File lib/rubocop/cop/style/unneeded_capital_w.rb, line 12 def on_array(node) process(node, '%W') end
[Validate]
Generated with the Darkfish Rdoc Generator 2.