lib/diff/lcs/backports.rb in diff-lcs-1.4.1 vs lib/diff/lcs/backports.rb in diff-lcs-1.4.2

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true unless 0.respond_to?(:positive?) class Fixnum # rubocop:disable Lint/UnifiedInteger, Style/Documentation def positive? - self > 0 # rubocop:disable Styel/NumericPredicate + self > 0 # rubocop:disable Style/NumericPredicate end end end