Sha256: 15d3195b86a587e19e2e2d0988380d9c8f029ba240655af5cde942fa0d5fc472
Contents?: true
Size: 246 Bytes
Versions: 6
Compression:
Stored size: 246 Bytes
Contents
module Kubec module DSL # :nodoc: module Paths def stage_config_path Pathname.new 'config/kubec' end def stack_config_path Pathname.new 'config/kubec.rb' end end end end extend Kubec::DSL
Version data entries
6 entries across 6 versions & 1 rubygems