diff options
| author | Jack Nagel | 2014-06-18 22:41:47 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-19 13:10:36 -0500 |
| commit | 1cb4dfcd772a8bf26a6fc2fc45ee73e9333cb253 (patch) | |
| tree | 78291e90df9cac5d94d8e2baa62ac960f0d7f456 /Library/Homebrew/cmd/commands.rb | |
| parent | 5b74fbb9c7d397162a68b32eb4354b59f5b21dbc (diff) | |
| download | homebrew-1cb4dfcd772a8bf26a6fc2fc45ee73e9333cb253.tar.bz2 | |
Only "extend self" once on the Homebrew module
Diffstat (limited to 'Library/Homebrew/cmd/commands.rb')
| -rw-r--r-- | Library/Homebrew/cmd/commands.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/commands.rb b/Library/Homebrew/cmd/commands.rb index 1d765f57b..1ee13b049 100644 --- a/Library/Homebrew/cmd/commands.rb +++ b/Library/Homebrew/cmd/commands.rb @@ -1,4 +1,4 @@ -module Homebrew extend self +module Homebrew def commands # Find commands in Homebrew/cmd cmds = (HOMEBREW_REPOSITORY/"Library/Homebrew/cmd"). |
