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/cleanup.rb | |
| parent | acc7309ca34a28d340583bad619e236b6bc78e52 (diff) | |
| download | brew-debe4540e4ff76be80467a2bf32bfd32dbfc72eb.tar.bz2 | |
Remove redundant `self.run` methods.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli/cleanup.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/cleanup.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/cleanup.rb b/Library/Homebrew/cask/lib/hbc/cli/cleanup.rb index c605fea7c..72ba9e65f 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/cleanup.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/cleanup.rb @@ -12,10 +12,6 @@ module Hbc true end - def self.run(*args) - new(*args).run - end - attr_reader :cache_location, :outdated_only def initialize(*args, cache_location: Hbc.cache, outdated_only: CLI.outdated?) |
