Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/fixed_array.rb

Direct Known Subclasses

FixedArray

Instance Method Summary collapse

Instance Method Details

#to_fixed_aObject



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

def to_fixed_a
  FixedArray.new(size){ |i| self[i] }
end