From 2afed6eceff2951b949db7ded8167a75b431bad6 Mon Sep 17 00:00:00 2001 From: hsbt Date: Sun, 24 Aug 2014 07:16:25 +0000 Subject: * lib/e2mmap.rb: remove needless instance variables. * lib/irb.rb: ditto. * lib/irb/**/*.rb: ditto. * lib/shell.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/shell.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/shell.rb') diff --git a/lib/shell.rb b/lib/shell.rb index 90d55d021c..db2d687908 100644 --- a/lib/shell.rb +++ b/lib/shell.rb @@ -87,7 +87,6 @@ require "shell/process-controller" # (sh.cat < "/etc/printcap") | sh.tee("tee11") >> "tee12" # class Shell - @RCS_ID='-$Id: shell.rb,v 1.9 2002/03/04 12:01:10 keiju Exp keiju $-' include Error extend Exception2MessageMapper -- cgit v1.2.3