Method: CloudFormationDSL::Helpers#equal

Defined in:
lib/cloudformation-dsl/helpers.rb

#equal(one, two) ⇒ Object



49
# File 'lib/cloudformation-dsl/helpers.rb', line 49

def equal(one, two) { :'Fn::Equals' => [one, two] } end