# File lib/heroku/auth.rb, line 76
    def read_credentials
      File.exists?(credentials_file) and File.read(credentials_file).split("\n")
    end