Sha256: ec0905dc579b448aa9730a00ce2396783f709cf63f94281bb505b1755857245a
Contents?: true
Size: 116 Bytes
Versions: 10
Compression:
Stored size: 116 Bytes
Contents
class Integer def sociable?(t) return false unless t >= 3 aliquot_sequence(t.succ).last == self end end
Version data entries
10 entries across 10 versions & 1 rubygems