Parent

Methods

Included Modules

Files

Class/Module Index [+]

Quicksearch

RuboCop::Cop::Style::UnneededCapitalW

This cop checks for usage of the %W() syntax when %w() would do.

Constants

MSG

Public Instance Methods

on_array(node) click to toggle source
# 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.