aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/ext/loader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/ext/loader.rb')
-rw-r--r--lib/irb/ext/loader.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/irb/ext/loader.rb b/lib/irb/ext/loader.rb
index ac8cc6d745..837e2553ac 100644
--- a/lib/irb/ext/loader.rb
+++ b/lib/irb/ext/loader.rb
@@ -10,14 +10,13 @@
#
#
-@RCS_ID='-$Id$-'
-
module IRB
class LoadAbort < Exception;end
module IrbLoader
@RCS_ID='-$Id$-'
+
alias ruby_load load
alias ruby_require require