Method: Formatron::CloudFormation::Template.join

Defined in:
lib/formatron/cloud_formation/template.rb

.join(*items) ⇒ Object



83
84
85
86
87
88
89
# File 'lib/formatron/cloud_formation/template.rb', line 83

def self.join(*items)
  {
    'Fn::Join' => [
      '', items
    ]
  }
end