aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/ext/save-history.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/ext/save-history.rb')
-rw-r--r--lib/irb/ext/save-history.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/irb/ext/save-history.rb b/lib/irb/ext/save-history.rb
index b4c72a0339..4477d18e1a 100644
--- a/lib/irb/ext/save-history.rb
+++ b/lib/irb/ext/save-history.rb
@@ -12,7 +12,6 @@ require "readline"
module IRB
module HistorySavingAbility # :nodoc:
- @RCS_ID='-$Id$-'
end
class Context