Sha256: 32d266a9d088fdb1516374f1bbe5efc82c5748253f2af9508185b68a48e1918d
Contents?: true
Size: 430 Bytes
Versions: 13
Compression:
Stored size: 430 Bytes
Contents
# frozen_string_literal: true require "refinements/struct" module Hanamismith module Builders module Puma # Builds project skeleton Puma configuration. class Configuration < Rubysmith::Builders::Abstract using Refinements::Struct def call builder.call(settings.merge(template_path: "%project_name%/config/puma.rb.erb")).render true end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems