Module: Kubec::DSL::Paths
- Included in:
- Kubec::DSL
- Defined in:
- lib/kubec/dsl/paths.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#stack_config_path ⇒ Object
11 12 13 |
# File 'lib/kubec/dsl/paths.rb', line 11 def stack_config_path Pathname.new 'config/kubec.rb' end |
#stage_config_path ⇒ Object
7 8 9 |
# File 'lib/kubec/dsl/paths.rb', line 7 def stage_config_path Pathname.new 'config/kubec' end |