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



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

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