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/outdated.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Library/Homebrew/cask/lib/hbc/cli/outdated.rb') diff --git a/Library/Homebrew/cask/lib/hbc/cli/outdated.rb b/Library/Homebrew/cask/lib/hbc/cli/outdated.rb index 7a5485344..c56e28e28 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/outdated.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/outdated.rb @@ -1,10 +1,6 @@ module Hbc class CLI class Outdated < AbstractCommand - def self.run(*args) - new(*args).run - end - def initialize(*args) @cask_tokens = self.class.cask_tokens_from(args) -- cgit v1.2.3