lib/rubocop/cop/style/word_array.rb in rubocop-0.22.0 vs lib/rubocop/cop/style/word_array.rb in rubocop-0.23.0

- old
+ new

@@ -1,7 +1,7 @@ # encoding: utf-8 -module Rubocop +module RuboCop module Cop module Style # This cop checks for array literals made up of word-like # strings, that are not using the %w() syntax. class WordArray < Cop