# File lib/foreman/procfile.rb, line 17 def initialize(filename=nil) @entries = [] load(filename) if filename end