module Bundler::FileUtils

def fu_starting_path?(path) #:nodoc:

:nodoc:
def fu_starting_path?(path) #:nodoc:
  path&.start_with?(%r(\w:|/))
end