Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
# fastness ➞ cat file1.rb require 'file2' spec do puts "hello" end # fastness ➞ cat file2.rb def spec(&block) eval "p caller(1)", block.binding end
This paste will be private.
From the Design Piracy series on my blog: