lib/rubocop/cop/lint/redundant_with_object.rb in rubocop-1.29.1 vs lib/rubocop/cop/lint/redundant_with_object.rb in rubocop-1.30.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module RuboCop module Cop module Lint - # This cop checks for redundant `with_object`. + # Checks for redundant `with_object`. # # @example # # bad # ary.each_with_object([]) do |v| # v