Module: IRB
- Defined in:
- lib/macro.rb
Overview
hacks to allow you to use macros within irb sessions. I wonder how portable this is to rubinius, jruby, mri 1.9, etc
Defined Under Namespace
Classes: WorkSpace
Class Method Summary collapse
Class Method Details
.require(file) ⇒ Object
1013 1014 1015 |
# File 'lib/macro.rb', line 1013 def IRB.require(file) Macro.require(file) end |