aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/cli/cat.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-05-20 19:11:34 +0200
committerMarkus Reiter2017-05-22 02:51:17 +0200
commitdebe4540e4ff76be80467a2bf32bfd32dbfc72eb (patch)
tree25b07ca8dfded0039587c44566f708926c6f389e /Library/Homebrew/cask/lib/hbc/cli/cat.rb
parentacc7309ca34a28d340583bad619e236b6bc78e52 (diff)
downloadbrew-debe4540e4ff76be80467a2bf32bfd32dbfc72eb.tar.bz2
Remove redundant `self.run` methods.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli/cat.rb')
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli/cat.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/cat.rb b/Library/Homebrew/cask/lib/hbc/cli/cat.rb
index ca7225926..9c678454c 100644
--- a/Library/Homebrew/cask/lib/hbc/cli/cat.rb
+++ b/Library/Homebrew/cask/lib/hbc/cli/cat.rb
@@ -1,10 +1,6 @@
module Hbc
class CLI
class Cat < AbstractCommand
- def self.run(*args)
- new(*args).run
- end
-
def run
cask_tokens = self.class.cask_tokens_from(@args)
raise CaskUnspecifiedError if cask_tokens.empty?