# File lib/heroku/command/pg.rb, line 288 def with_download_binary if has_binary?("curl") yield(:curl) elsif has_binary?("wget") yield(:wget) else display("Please install either the 'curl' or 'wget' command line tools") end end