diff options
| author | Markus Reiter | 2017-05-20 19:11:34 +0200 |
|---|---|---|
| committer | Markus Reiter | 2017-05-22 02:51:17 +0200 |
| commit | debe4540e4ff76be80467a2bf32bfd32dbfc72eb (patch) | |
| tree | 25b07ca8dfded0039587c44566f708926c6f389e /Library/Homebrew/cask/lib/hbc/cli/cat.rb | |
| parent | acc7309ca34a28d340583bad619e236b6bc78e52 (diff) | |
| download | brew-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.rb | 4 |
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? |
