aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMarkus Reiter2017-05-23 14:58:03 +0200
committerMarkus Reiter2017-05-23 14:58:03 +0200
commit45496f315662dbc42c1fa6d4dd2163fdee756caf (patch)
treebefa9fbaf9d975eda4c63238d635d49e0986e952 /Library/Homebrew
parentcc295601c708c2f19a7742267f8abc2daf553348 (diff)
downloadbrew-45496f315662dbc42c1fa6d4dd2163fdee756caf.tar.bz2
Remove `cask_tokens_from` method.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli/abstract_command.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/abstract_command.rb b/Library/Homebrew/cask/lib/hbc/cli/abstract_command.rb
index 5264799ed..7ee3be337 100644
--- a/Library/Homebrew/cask/lib/hbc/cli/abstract_command.rb
+++ b/Library/Homebrew/cask/lib/hbc/cli/abstract_command.rb
@@ -22,10 +22,6 @@ module Hbc
true
end
- def self.cask_tokens_from(args)
- args.reject { |a| a.empty? || a.chars.first == "-" }
- end
-
def self.help
nil
end