Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
+void subtend_set_tainted(VALUE val) { + CTX; + object_set_tainted(ctx->state, HNDL(val)); +} + +int subtend_check_tainted(VALUE val) { + CTX; + return object_tainted_p(ctx->state, HNDL(val)); +} +
This paste will be private.
From the Design Piracy series on my blog: