summaryrefslogtreecommitdiff
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.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/irb/ext/loader.rb b/lib/irb/ext/loader.rb
index 837e2553ac..67fdc31c8e 100644
--- a/lib/irb/ext/loader.rb
+++ b/lib/irb/ext/loader.rb
@@ -1,8 +1,8 @@
#
# loader.rb -
# $Release Version: 0.9.5$
-# $Revision$
-# $Date$
+# $Revision: 1.1.2.1 $
+# $Date: 2005/04/19 19:24:58 $
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
@@ -15,7 +15,7 @@ module IRB
class LoadAbort < Exception;end
module IrbLoader
- @RCS_ID='-$Id$-'
+ @RCS_ID='-$Id: loader.rb,v 1.1.2.1 2005/04/19 19:24:58 keiju Exp $-'
alias ruby_load load
alias ruby_require require