Sha256: 99c87aa19c1e4b4b47e18f5630b3731e6450c12122dae6034095c74596ffd7ae
Contents?: true
Size: 167 Bytes
Versions: 8
Compression:
Stored size: 167 Bytes
Contents
# coding: utf-8 class Integer def weird? return false unless self > 0 return false if odd? && self < (10 ** 17) not semiperfect? and abundant? end end
Version data entries
8 entries across 8 versions & 1 rubygems