Module: Insika::Parity
- Defined in:
- lib/insika/parity/verdict.rb,
lib/insika/parity/criterion.rb
Defined Under Namespace
Modules: Verdict Classes: Criterion
Class Method Summary collapse
-
.transcript(inbound, reply) ⇒ Object
Both halves of an exchange formatted IDENTICALLY, so the judge cannot tell them apart by shape (anonymity by construction).
Class Method Details
.transcript(inbound, reply) ⇒ Object
Both halves of an exchange formatted IDENTICALLY, so the judge cannot tell them apart by shape (anonymity by construction).
9 10 11 |
# File 'lib/insika/parity/verdict.rb', line 9 def self.transcript(inbound, reply) "customer: #{inbound.to_s.strip}\nassistant: #{reply.to_s.strip}" end |