class RSpec::Support::DirectoryMaker

def self.generate_stack(path)

def self.generate_stack(path)
  if path.start_with?(File::SEPARATOR)
    File::SEPARATOR
  elsif path[1] == ':'
    ''
  else
    '.'
  end
end