From: jicksta.com/articles/2007/08/04/the-methodphitamine
60 61 62 63 64 65
# File 'lib/hobosupport/module.rb', line 60 def classy_module(&b) m = Module.new m.meta_def :included do |base| base.class_eval &b end end
5
# File 'lib/hobosupport/methodphitamine.rb', line 5 def it() It.new end