Sha256: 5ae50c76025dabdfaf7b691a9659bd441d469b92f75b16a0454e5d9327197bf8
Contents?: true
Size: 181 Bytes
Versions: 35
Compression:
Stored size: 181 Bytes
Contents
class Integer # because for i in integer/fixnum not working, # here is a little patch def each &block self.times do |number| block.call number end end end
Version data entries
35 entries across 35 versions & 2 rubygems