Remove a Procfile entry
Procfile
Parameters:
The name of the Procfile entry to remove
56 57 58
# File 'lib/foreman/procfile.rb', line 56 def delete(name) @entries.reject! { |n,c| name == n } end