lib/rubocop/cop/style/negated_if.rb in rubocop-0.22.0 vs lib/rubocop/cop/style/negated_if.rb in rubocop-0.23.0
- old
+ new
@@ -1,7 +1,7 @@
# encoding: utf-8
-module Rubocop
+module RuboCop
module Cop
module Style
# Checks for uses of if with a negated condition. Only ifs
# without else are considered.
class NegatedIf < Cop