Class: Hanamismith::Builders::Puma::Procfile

Inherits:
Rubysmith::Builders::Abstract
  • Object
show all
Defined in:
lib/hanamismith/builders/puma/procfile.rb

Overview

Builds project skeleton Puma Procfile for production and development environments.

Instance Method Summary collapse

Instance Method Details

#callObject



12
13
14
15
16
# File 'lib/hanamismith/builders/puma/procfile.rb', line 12

def call
  builder.call(configuration.merge(template_path: "%project_name%/Procfile.erb")).render
  builder.call(configuration.merge(template_path: "%project_name%/Procfile.dev.erb")).render
  configuration
end