hacks to allow you to use macros within irb sessions. I wonder how portable this is to rubinius, jruby, mri 1.9, etc
Classes: WorkSpace
1013 1014 1015
# File 'lib/macro.rb', line 1013 def IRB.require(file) Macro.require(file) end