From c3749b6a6da86243ca16ed058216114e71c184f3 Mon Sep 17 00:00:00 2001 From: ktsj Date: Sat, 5 Nov 2011 07:37:47 +0000 Subject: * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb, ext/tk/sample/demos-en/widget, lib/benchmark.rb, lib/irb/cmd/fork.rb, lib/mkmf.rb, lib/net/ftp.rb, lib/net/smtp.rb, lib/open3.rb, lib/pstore.rb, lib/rexml/element.rb, lib/rexml/light/node.rb, lib/rinda/tuplespace.rb, lib/rss/maker/base.rb, lib/rss/maker/entry.rb, lib/scanf.rb, lib/set.rb, lib/shell.rb, lib/shell/command-processor.rb, lib/shell/process-controller.rb, lib/shell/system-command.rb, lib/uri/common.rb: remove unused block arguments to avoid creating Proc objects. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/shell.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/shell.rb') diff --git a/lib/shell.rb b/lib/shell.rb index 522f60a839..3b6ebcc8f1 100644 --- a/lib/shell.rb +++ b/lib/shell.rb @@ -286,7 +286,7 @@ class Shell end end - def self.notify(*opts, &block) + def self.notify(*opts) Shell::debug_output_synchronize do if opts[-1].kind_of?(String) yorn = verbose? -- cgit v1.2.3