Method: Howitzer::Web::BaseSection#initialize
- Defined in:
- lib/howitzer/web/base_section.rb
#initialize(parent, context) ⇒ BaseSection
Returns a new instance of BaseSection.
21 22 23 24 |
# File 'lib/howitzer/web/base_section.rb', line 21 def initialize(parent, context) @parent = parent << context end |