Method: Chef::ChefFS::PathUtils.split

Defined in:
lib/chef/chef_fs/path_utils.rb

.split(path) ⇒ Object



58
59
60
# File 'lib/chef/chef_fs/path_utils.rb', line 58

def self.split(path)
  path.split(Regexp.new(REGEXP_PATH_SEPARATOR))
end