Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/fixed_array.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#to_fixed_a ⇒ Object
2 3 4 |
# File 'lib/fixed_array.rb', line 2 def to_fixed_a FixedArray.new(size){ |i| self[i] } end |