Sha256: 411b713bda20b0cede9c348d1c59bbcc1e86bf24a778572b3ec78bd0d0e4d9ac
Contents?: true
Size: 230 Bytes
Versions: 5014
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: true unless 0.respond_to?(:positive?) class Fixnum # rubocop:disable Lint/UnifiedInteger, Style/Documentation def positive? self > 0 # rubocop:disable Style/NumericPredicate end end end
Version data entries
5,014 entries across 4,965 versions & 54 rubygems