Libraries
»
jets
(3.1.4)
»
Index
»
Jets
»
Cfn
»
TemplateSource
»
#body
Method: Jets::Cfn::TemplateSource#body
Defined in:
lib/jets/cfn/template_source.rb
#
body
⇒
Object
12 13 14
# File 'lib/jets/cfn/template_source.rb', line 12
def
body
@body
||=
IO
.
read
(
path
)
end