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



151
152
153
# File 'lib/cheffish/recipe_dsl.rb', line 151

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