# File lib/heroku/command/pg.rb, line 280 def with_psql_binary if !has_binary?("psql") display("Please install the 'psql' command line tool") else yield end end