module ChefUtils::DSL::PathSanity

def __sane_paths

def __sane_paths
  __default_paths
end

def sanitized_path(env = nil)

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