Actions
Refactor #19700
closedenable rubocop Performance/RedundantMerge and Performance/RedundantMatch
Description
changes lines such as:
not_found_message.merge! :message => optionsto:
not_found_message[:message] = options
and
converts str.match()to
str =~ ()
Updated by Ohad Levy almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset cabe2c2ef8c3ed193efb785a153861e27502b614.
Actions