aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/cli/--version.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/--version.rb
parentacc7309ca34a28d340583bad619e236b6bc78e52 (diff)
downloadbrew-debe4540e4ff76be80467a2bf32bfd32dbfc72eb.tar.bz2
Remove redundant `self.run` methods.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli/--version.rb')
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli/--version.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/--version.rb b/Library/Homebrew/cask/lib/hbc/cli/--version.rb
index 23ecde0cc..7f9609c88 100644
--- a/Library/Homebrew/cask/lib/hbc/cli/--version.rb
+++ b/Library/Homebrew/cask/lib/hbc/cli/--version.rb
@@ -5,10 +5,6 @@ module Hbc
"--#{super}"
end
- def self.run(*args)
- new(*args).run
- end
-
def run
raise ArgumentError, "#{self.class.command_name} does not take arguments." unless @args.empty?
puts Hbc.full_version