# File lib/foreman/procfile.rb, line 78
  def to_s
    @entries.map do |name, command|
      [ name, command ].join(": ")
    end.join("\n")
  end