Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
def self.down drop_created_tables end def self.drop_created_tables File.read(__FILE__).scan(/create_table :(\w+)/).each { |table| drop_table table } end
This paste will be private.
From the Design Piracy series on my blog: