Class: Aws::Templates::Utils::Parametrized::Constraint::Condition::Unconditional

Inherits:
Aws::Templates::Utils::Parametrized::Constraint::Condition show all
Defined in:
lib/aws/templates/utils/parametrized/constraint/condition.rb

Overview

Enforce constraint in all cases

Instance Method Summary collapse

Methods inherited from Aws::Templates::Utils::Parametrized::Constraint::Condition

any, for, not_nil

Instance Method Details

#check(_, _) ⇒ Object



17
18
19
# File 'lib/aws/templates/utils/parametrized/constraint/condition.rb', line 17

def check(_, _)
  true
end