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