Method: MotionPrime::CollectionDelegate#initialize
- Defined in:
- motion-prime/sections/collection/collection_delegate.rb
#initialize(options) ⇒ CollectionDelegate
6 7 8 9 10 |
# File 'motion-prime/sections/collection/collection_delegate.rb', line 6 def initialize() self.collection_section = [:section].try(:weak_ref) @_section_info = collection_section.to_s @section_instance = collection_section.to_s end |