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.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/irb/ext/loader.rb b/lib/irb/ext/loader.rb
index 26e36e1209..ac8cc6d745 100644
--- a/lib/irb/ext/loader.rb
+++ b/lib/irb/ext/loader.rb
@@ -1,3 +1,18 @@
+#
+# loader.rb -
+# $Release Version: 0.9.5$
+# $Revision$
+# $Date$
+# by Keiju ISHITSUKA(keiju@ruby-lang.org)
+#
+# --
+#
+#
+#
+
+@RCS_ID='-$Id$-'
+
+
module IRB
class LoadAbort < Exception;end