aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/commands.rb
diff options
context:
space:
mode:
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