49
# File 'lib/cloudformation-dsl/helpers.rb', line 49 def equal(one, two) { :'Fn::Equals' => [one, two] } end