module ChefUtils::DSL::PathSanity

Public Instance Methods

sanitized_path(env = nil) click to toggle source
# File lib/chef-utils/dsl/path_sanity.rb, line 26
def sanitized_path(env = nil)
  default_paths(env)
end

Private Instance Methods

__sane_paths() click to toggle source
# File lib/chef-utils/dsl/path_sanity.rb, line 32
def __sane_paths
  __default_paths
end