# File lib/heroku/commands/pg.rb, line 372
    def has_binary?(binary)
      `which #{binary}` != ""
    end