Sha256: 58c86f9a2a513bb14866ea787e130821db97a460ef8177512508d702605bdf7d

Contents?: true

Size: 62 Bytes

Versions: 4

Compression:

Stored size: 62 Bytes

Contents

class Fixnum
  def of(&blk)
    (0...self).map &blk
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
freighthopper-0.1.14 lib/freighthopper/fixnum.rb
freighthopper-0.1.13 lib/freighthopper/fixnum.rb
freighthopper-0.1.12 lib/freighthopper/fixnum.rb
freighthopper-0.1.11 lib/freighthopper/fixnum.rb