aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/help.rb
diff options
context:
space:
mode:
authorMarkus Reiter2016-10-01 20:33:08 +0200
committerMarkus Reiter2016-10-02 00:24:47 +0200
commitc36f42ce953b4610b2ba62a2b860720ae6d59e01 (patch)
tree7edbcec5b260747b9f9aed2837b78641df4322ae /Library/Homebrew/cmd/help.rb
parentacaee035dfddd1fd90b883f19cb2c9f52852c2f3 (diff)
downloadbrew-c36f42ce953b4610b2ba62a2b860720ae6d59e01.tar.bz2
Remove `private_class_method` from commands.
Diffstat (limited to 'Library/Homebrew/cmd/help.rb')
-rw-r--r--Library/Homebrew/cmd/help.rb1
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