Class: HotGlue::TemplateBase

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/hot_glue/markup_templates/base.rb

Direct Known Subclasses

ErbTemplate

Instance Method Summary collapse

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