Module: StackMaster::SparkleFormation::JoinedFile

Defined in:
lib/stack_master/sparkle_formation/template_file.rb

Instance Method Summary collapse

Instance Method Details

#_joined_file(file_name, vars = {}) ⇒ Object Also known as: joined_file!



98
99
100
# File 'lib/stack_master/sparkle_formation/template_file.rb', line 98

def _joined_file(file_name, vars = {})
  join!(Template.render('joined_file', file_name, vars))
end