diff options
| author | Markus Reiter | 2017-05-23 14:58:03 +0200 |
|---|---|---|
| committer | Markus Reiter | 2017-05-23 14:58:03 +0200 |
| commit | 45496f315662dbc42c1fa6d4dd2163fdee756caf (patch) | |
| tree | befa9fbaf9d975eda4c63238d635d49e0986e952 /Library/Homebrew | |
| parent | cc295601c708c2f19a7742267f8abc2daf553348 (diff) | |
| download | brew-45496f315662dbc42c1fa6d4dd2163fdee756caf.tar.bz2 | |
Remove `cask_tokens_from` method.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/abstract_command.rb | 4 |
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 |
