Class: Fixnum

Inherits:
Object show all
Defined in:
lib/freighthopper/fixnum.rb

Instance Method Summary collapse

Instance Method Details

#of(&blk) ⇒ Object



2
3
4
# File 'lib/freighthopper/fixnum.rb', line 2

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