Method: Cfnlego::CloudFormation#render

Defined in:
lib/cfndsl/cfnlego/cloudformation.rb

#renderObject



16
17
18
19
# File 'lib/cfndsl/cfnlego/cloudformation.rb', line 16

def render
  erb = ERB.new(File.read(TEMPLATE), trim_mode: '-')
  erb.result(binding)
end