lib/standard/rubocop/ext.rb in standard-0.0.37 vs lib/standard/rubocop/ext.rb in standard-0.0.38

- old
+ new

@@ -1,6 +1,7 @@ module RuboCop class Cop::Lint::AssignmentInCondition + undef_method :message def message(_) "Wrap assignment in parentheses if intentional" end end end