diff options
Diffstat (limited to 'Library/Homebrew/cmd/cat.rb')
| -rw-r--r-- | Library/Homebrew/cmd/cat.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/cat.rb b/Library/Homebrew/cmd/cat.rb index ddd66922a..f42fbc037 100644 --- a/Library/Homebrew/cmd/cat.rb +++ b/Library/Homebrew/cmd/cat.rb @@ -1,4 +1,4 @@ -module Homebrew extend self +module Homebrew def cat # do not "fix" this to support multiple arguments, the output would be # unparsable, if the user wants to cat multiple formula they can call |
