DEBSOURCES
Skip Quicknav
sources / ruby-diff-lcs / 1.5.1-1 / lib / diff / lcs / backports.rb
123456789
# frozen_string_literal: true unless 0.respond_to?(:positive?) class Fixnum # standard:disable Lint/UnifiedInteger def positive? self > 0 end end end