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/internal_stanza.rb | |
| parent | acc7309ca34a28d340583bad619e236b6bc78e52 (diff) | |
| download | brew-debe4540e4ff76be80467a2bf32bfd32dbfc72eb.tar.bz2 | |
Remove redundant `self.run` methods.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb b/Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb index 82cf981fd..75ccfef02 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb @@ -50,10 +50,6 @@ module Hbc :uninstall_postflight, ] - def self.run(*args) - new(*args).run - end - def initialize(*args) raise ArgumentError, "No stanza given." if args.empty? |
