Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
#!/bin/env ruby if ENV['TM_CURRENT_LINE'] =~ /(.*)(Given|When|Then|And)(.*)/ print %Q(#{$1}#{$2}("#{$3.strip}")) end
From the Design Piracy series on my blog: