From 4c91cbb9a82f2bf74bb7f48b758050fb071c15a1 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 22 Aug 2014 03:32:36 +0000 Subject: * lib/shell.rb: removed commented-out code. * lib/shell/builtin-command.rb: ditto. * lib/shell/command-processor.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/shell/builtin-command.rb | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'lib/shell/builtin-command.rb') diff --git a/lib/shell/builtin-command.rb b/lib/shell/builtin-command.rb index b1ca5c38f6..80a0ce5534 100644 --- a/lib/shell/builtin-command.rb +++ b/lib/shell/builtin-command.rb @@ -83,20 +83,6 @@ class Shell end end -# class Sort < Cat -# def initialize(sh, *filenames) -# super -# end -# -# def each(rs = nil) -# ary = [] -# super{|l| ary.push l} -# for l in ary.sort! -# yield l -# end -# end -# end - class AppendIO < BuiltInCommand def initialize(sh, io, filter) super sh -- cgit v1.2.3