Method: Jets::Cfn::TemplateSource#body

Defined in:
lib/jets/cfn/template_source.rb

#bodyObject



12
13
14
# File 'lib/jets/cfn/template_source.rb', line 12

def body
  @body ||= IO.read(path)
end