class Fixnum

rubocop:disable Lint/UnifiedInteger, Style/Documentation

def positive?

rubocop:disable Lint/UnifiedInteger, Style/Documentation
def positive?
  self > 0 # rubocop:disable Style/NumericPredicate
end