Method: MotionPrime::AbstractCollectionSection#fixed_collection_data
- Defined in:
- motion-prime/sections/abstract_collection.rb
#fixed_collection_data ⇒ Object
IMPORTANT: when you use #map in collection_data, then #dealloc of Prime::Section will not be called to section created on that #map. We did not find yet why this happening, for now just using hack.
49 50 51 |
# File 'motion-prime/sections/abstract_collection.rb', line 49 def fixed_collection_data collection_data.to_enum.to_a end |