From debe4540e4ff76be80467a2bf32bfd32dbfc72eb Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 20 May 2017 19:11:34 +0200 Subject: Remove redundant `self.run` methods. --- Library/Homebrew/cask/lib/hbc/cli/audit.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Library/Homebrew/cask/lib/hbc/cli/audit.rb') diff --git a/Library/Homebrew/cask/lib/hbc/cli/audit.rb b/Library/Homebrew/cask/lib/hbc/cli/audit.rb index 06cccb6ac..697b47ba6 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/audit.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/audit.rb @@ -5,10 +5,6 @@ module Hbc "verifies installability of Casks" end - def self.run(*args) - new(*args).run - end - def initialize(*args, auditor: Auditor) @args = args @auditor = auditor -- cgit v1.2.3