aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/uses.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/uses.rb b/Library/Homebrew/cmd/uses.rb
index a94dc469e..f0654f65d 100644
--- a/Library/Homebrew/cmd/uses.rb
+++ b/Library/Homebrew/cmd/uses.rb
@@ -20,6 +20,6 @@ module Homebrew extend self
keg.directory? and not keg.subdirs.empty?
end
end
- puts_columns uses.map(&:to_s).sort
+ puts_columns uses.map{|f| f.to_s}.sort
end
end