Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
def self.extended(base) # puts "extending #{base.inspect}" base.module_eval do def self.inherited(subclass) # puts "inherited #{subclass}" subclass.send :one_time_zone end end end
From the Design Piracy series on my blog: