From 404a9bc88be538769c6c80b3b31f39a6582991d2 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 13 Feb 2017 09:52:10 -0800 Subject: fix specs: RedundantReturn, RedundantSelf, RedundantBegin department of redundancy department Signed-off-by: Lamont Granquist --- lib/chef/shell.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/shell.rb') diff --git a/lib/chef/shell.rb b/lib/chef/shell.rb index 26683cc25d..e8c3704553 100644 --- a/lib/chef/shell.rb +++ b/lib/chef/shell.rb @@ -281,7 +281,7 @@ FOOTER end def self.setup! - self.new.parse_opts + new.parse_opts end def parse_opts -- cgit v1.2.1