Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
module Thing @@foo = nil def self.check_foo p @@foo end class_eval <<-EOS def self.check_foo_eval p @@foo end EOS end Thing.check_foo Thing.check_foo_eval
From the Design Piracy series on my blog: