diff options
| author | Markus Reiter | 2016-10-01 20:33:08 +0200 | 
|---|---|---|
| committer | Markus Reiter | 2016-10-02 00:24:47 +0200 | 
| commit | c36f42ce953b4610b2ba62a2b860720ae6d59e01 (patch) | |
| tree | 7edbcec5b260747b9f9aed2837b78641df4322ae /Library/Homebrew/cmd/commands.rb | |
| parent | acaee035dfddd1fd90b883f19cb2c9f52852c2f3 (diff) | |
| download | brew-c36f42ce953b4610b2ba62a2b860720ae6d59e01.tar.bz2 | |
Remove `private_class_method` from commands.
Diffstat (limited to 'Library/Homebrew/cmd/commands.rb')
| -rw-r--r-- | Library/Homebrew/cmd/commands.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Library/Homebrew/cmd/commands.rb b/Library/Homebrew/cmd/commands.rb index 34f0b14e9..f6445d560 100644 --- a/Library/Homebrew/cmd/commands.rb +++ b/Library/Homebrew/cmd/commands.rb @@ -55,5 +55,4 @@ module Homebrew        cmds << f.basename.to_s.sub(/\.(?:rb|sh)$/, "") if f.file?      end    end -  private_class_method :find_internal_commands  end | 
