# File lib/heroku/client.rb, line 324
    def to_s
      buf = []
      each { |part| buf << part }
      buf.join
    end