aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/irb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/irb.rb b/Library/Homebrew/cmd/irb.rb
index 0755ecda8..76e7e5569 100644
--- a/Library/Homebrew/cmd/irb.rb
+++ b/Library/Homebrew/cmd/irb.rb
@@ -19,7 +19,7 @@ module Homebrew extend self
puts "'v8'.f # => instance of the Ack formula"
puts ":hub.f.installed?"
puts ":lua.f.methods - 1.methods"
- puts ":mpd.f.recursive_deps.reject{|f| f.installed? }"
+ puts ":mpd.f.recursive_dependencies.reject(&:installed?)"
else
ohai "Interactive Homebrew Shell"
puts "Example commands available with: brew irb --help"