Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
# @k = FIX::parse(@text) class FixFuzzSheet < FuzzSheet on %w[ FIX::Field.begin Str ] do self.value = $fuzz_strings.next end on %w[ #body Str.tag_value ] do self.value = $fuzz_integers.next.to_s end end #
From the Design Piracy series on my blog: