aboutsummaryrefslogtreecommitdiffstats
path: root/lib/shell.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-24 07:16:25 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-24 07:16:25 +0000
commit2afed6eceff2951b949db7ded8167a75b431bad6 (patch)
tree95e5ed7e838a7a4efed49dd461ec7fd669129efd /lib/shell.rb
parenta3a6c6965676f41713b384b9d74586a7455e6558 (diff)
downloadruby-2afed6eceff2951b949db7ded8167a75b431bad6.tar.gz
* 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
Diffstat (limited to 'lib/shell.rb')
-rw-r--r--lib/shell.rb1
1 files changed, 0 insertions, 1 deletions
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