# File lib/foreman/procfile.rb, line 45 def []=(name, command) delete name @entries << [name, command] end