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/internal_help.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Library/Homebrew/cask/lib/hbc/cli/internal_help.rb') diff --git a/Library/Homebrew/cask/lib/hbc/cli/internal_help.rb b/Library/Homebrew/cask/lib/hbc/cli/internal_help.rb index 3645d9138..79f65da0e 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/internal_help.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/internal_help.rb @@ -1,10 +1,6 @@ module Hbc class CLI class InternalHelp < AbstractInternalCommand - def self.run(*args) - new(*args).run - end - def run max_command_len = CLI.commands.map(&:length).max puts "Unstable Internal-use Commands:\n\n" -- cgit v1.2.3