class Preseason::Recipe::Foreman

Public Instance Methods

prepare() click to toggle source
# File lib/preseason/recipe/foreman.rb, line 2
def prepare
  create_file 'Procfile', ''
end