Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
## Run this in ./script/console require 'pp' dates = Event.find(:all).map { |event| (event.starts_at..event.ends_at) } pp dates pp dates.map { |range| Array(range) }
From the Design Piracy series on my blog: