Method: MotionPrime::ImageDrawElement#strong_references
- Defined in:
- motion-prime/elements/draw/image.rb
#strong_references ⇒ Object
70 71 72 73 74 |
# File 'motion-prime/elements/draw/image.rb', line 70 def strong_references refs = [section, (section.collection_section if section.respond_to?(:cell_section_name))] refs += section.try(:strong_references) refs.compact end |