Module: SuperInstance::Equipment::ConsensusEngine::VerdictIndicators

Defined in:
lib/equipment/consensus_engine/types.rb

Overview

Keyword sets for verdict analysis

Constant Summary collapse

POSITIVE =
Set[
  'yes', 'agree', 'support', 'affirm', 'positive', 'true', 'proceed'
].freeze
NEGATIVE =
Set[
  'no', 'disagree', 'oppose', 'reject', 'negative', 'false', 'decline'
].freeze