# File lib/foreman/procfile.rb, line 24
  def entries
    @entries.each do |(name, command)|
      yield name, command
    end
  end