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