Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
# Fun behavior with ERB # Note this down. This is important when using <%= %> # precedence matters! false and true ? 'yes' : 'no' %> => 'false' (false and true) ? 'yes' : 'no' => 'no' # For fun and profit, contrast this to the traditional method false && true ? 'yes' : 'no' => 'no'
This paste will be private.
From the Design Piracy series on my blog: