aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/commands.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/commands.rb
parentacaee035dfddd1fd90b883f19cb2c9f52852c2f3 (diff)
downloadbrew-c36f42ce953b4610b2ba62a2b860720ae6d59e01.tar.bz2
Remove `private_class_method` from commands.
Diffstat (limited to 'Library/Homebrew/cmd/commands.rb')
-rw-r--r--Library/Homebrew/cmd/commands.rb1
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