Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
@dates = Event.find_all.collect {|r| r.starts_at.to_date.upto(r.ends_at.to_date) do |d| return d end}
From the Design Piracy series on my blog: