Class: Chef::Util::PathHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/cheffish/recipe_dsl.rb

Class Method Summary collapse

Class Method Details

.join(*args) ⇒ Object



141
142
143
# File 'lib/cheffish/recipe_dsl.rb', line 141

def self.join(*args)
  Chef::Config.path_join(*args)
end