Method: WrapIt::Sections::ClassMethods#sections
- Defined in:
- lib/wrap_it/sections.rb
#sections ⇒ Array<Symbol>
Retrieves all sections, including ancestors
99 100 101 |
# File 'lib/wrap_it/sections.rb', line 99 def sections collect_derived(:@sections) end |