Method: CloudFormationDSL::Helpers#not_equal

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

#not_equal(one, two) ⇒ Object



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

def not_equal(one, two) fn_not(equal(one,two)) end