Method: Foreman::Procfile#initialize
- Defined in:
- lib/foreman/procfile.rb
#initialize(filename = nil) ⇒ Procfile
Initialize a Procfile
19 20 21 22 |
# File 'lib/foreman/procfile.rb', line 19 def initialize(filename=nil) @entries = [] load(filename) if filename end |