Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
## Testing #!/usr/bin/env ruby require 'erb' template = %q{ Test Test: <%= timeout %> }.gsub(/^ /,'') puts ERB.new(template, 0, "%<>").result ## Here we go.. [plain_text] aj@junglist /tmp$ ./tset.rb (erb):3: undefined local variable or method `timeout' for main:Object (NameError) from /usr/lib/ruby/1.8/erb.rb:741:in `value' from /usr/lib/ruby/1.8/erb.rb:741:in `result' from ./tset.rb:10
This paste will be private.
From the Design Piracy series on my blog: