Sha256: 3b5fd7890a994fd8fc3abe78af76c6dea67a353f58492c2b3ea55ca2a34d60b9
Contents?: true
Size: 306 Bytes
Versions: 9
Compression:
Stored size: 306 Bytes
Contents
module Capistrano module Helpers module Puma ## # Paths for templates # module TemplatePaths module_function def template_base_path File.expand_path(File.join(File.dirname(__FILE__), '../../../../templates')) end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems