Daniel Martin <martin / snowplow.org> writes: > crc ^= 0x1021 if FWI::FWIBase.carry> Of course, this line was intended to be: crc ^= 0x1021 if FWI::FWIBase.carry? I'm not sure how the typo'ed version got posted.