diff options
Diffstat (limited to 'Library/Homebrew/cmd/uses.rb')
| -rw-r--r-- | Library/Homebrew/cmd/uses.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/uses.rb b/Library/Homebrew/cmd/uses.rb index a6677b363..719a10750 100644 --- a/Library/Homebrew/cmd/uses.rb +++ b/Library/Homebrew/cmd/uses.rb @@ -4,7 +4,7 @@ require 'formula' # If you want the union, run the command twice and concatenate the results. # The intersection is harder to achieve with shell tools. -module Homebrew extend self +module Homebrew def uses raise FormulaUnspecifiedError if ARGV.named.empty? |
