Module: ChefUtils::DSL::PathSanity

Extended by:
PathSanity
Includes:
DefaultPaths
Included in:
PathSanity
Defined in:
lib/chef-utils/dsl/path_sanity.rb

Instance Method Summary collapse

Methods included from DefaultPaths

#default_paths

Instance Method Details

#sanitized_path(env = nil) ⇒ Object



26
27
28
# File 'lib/chef-utils/dsl/path_sanity.rb', line 26

def sanitized_path(env = nil)
  default_paths(env)
end