aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb.rb')
-rw-r--r--lib/irb.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index 1bbb6eceb8..09556c8bc5 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -336,7 +336,6 @@ STDOUT.sync = true
# # quit irb
# irb(main):010:0> exit
module IRB
- @RCS_ID='-$Id$-'
# An exception raised by IRB.irb_abort
class Abort < Exception;end