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/help.rb | |
| parent | acaee035dfddd1fd90b883f19cb2c9f52852c2f3 (diff) | |
| download | brew-c36f42ce953b4610b2ba62a2b860720ae6d59e01.tar.bz2 | |
Remove `private_class_method` from commands.
Diffstat (limited to 'Library/Homebrew/cmd/help.rb')
| -rw-r--r-- | Library/Homebrew/cmd/help.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Library/Homebrew/cmd/help.rb b/Library/Homebrew/cmd/help.rb index c533885ad..793c765ca 100644 --- a/Library/Homebrew/cmd/help.rb +++ b/Library/Homebrew/cmd/help.rb @@ -86,5 +86,4 @@ module Homebrew        end.join.strip      end    end -  private_class_method :command_help  end | 
