Class: HotGlue::TemplateBase
- Inherits:
-
Object
- Object
- HotGlue::TemplateBase
- Defined in:
- lib/generators/hot_glue/markup_templates/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(layout_strategy:) ⇒ TemplateBase
constructor
A new instance of TemplateBase.
Constructor Details
#initialize(layout_strategy:) ⇒ TemplateBase
Returns a new instance of TemplateBase.
3 4 5 |
# File 'lib/generators/hot_glue/markup_templates/base.rb', line 3 def initialize(layout_strategy: ) @layout_strategy = layout_strategy end |