Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
def atleast? which which.to_s unless which.instance_of? String case self.role when "free" if which == "free" return true else return false end when "diy" case which when "free" || "diy"; return true else; return false end when "amateur" case which when "pro"; return false else; return true end when "pro" return true else return false end end
This paste will be private.
From the Design Piracy series on my blog: