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



137
138
139
# File 'lib/cheffish/recipe_dsl.rb', line 137

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