Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
require "/Users/lifo/Merb/merb-core/lib/merb-core" Merb::Router.prepare do |r| r.match('/').to(:controller => 'home', :action =>'index') end class Home < Merb::Controller def index "Hello World" end end Merb::Config.use do |c| c[:framework] = {}, c[:session_store] = 'none', c[:exception_details] = true end Merb.start
This paste will be private.
From the Design Piracy series on my blog: