Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
class Object def show Ruby.primitive :object_show end end class Fixnum def +(arg) Ruby.primitive :fixnum_add end end "3 + 4 is:".show (3 + 4).show
This paste will be private.
From the Design Piracy series on my blog: